]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Suppressed IOErrors which can raise when program output pipe
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Mar 2014 00:30:03 +0000 (20:30 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 11 Mar 2014 00:30:03 +0000 (20:30 -0400)
commitf8890706f92eb86dcb46f56d04c50d9f5ebb95a9
treec53a770130f702596dac848f82e455b132729c77
parent8d04a04f6b00ccf68d5764265d416abcc8b3b379
- Suppressed IOErrors which can raise when program output pipe
is closed under a program like ``head``; however this only
works on Python 2.  On Python 3, there is not yet a known way to
suppress the BrokenPipeError warnings without prematurely terminating
the program via signals. fixes #160.
Added comments to http://bugs.python.org/issue11380 to see what the
status is on py3k.
alembic/util.py
docs/build/changelog.rst