This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients gvanrossum, larry, vajrasky, vstinner, yselivanov
Date 2014-02-20.10:06:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392890775.5.0.604543002387.issue20648@psf.upfronthosting.co.za>
In-reply-to
Content
changeset:   89302:3e19634b396f
tag:         tip
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Thu Feb 20 10:37:27 2014 +0100
files:       Lib/asyncio/events.py Lib/asyncio/futures.py Lib/asyncio/tasks.py Lib/asyncio/test_utils.py Lib/asyncio/unix_events.py Lib/a
description:
asyncio: remove unused imports and unused variables noticed by pyflakes


changeset:   89301:c412243b9d61
user:        Victor Stinner <victor.stinner@gmail.com>
date:        Thu Feb 20 10:33:01 2014 +0100
files:       Lib/asyncio/proactor_events.py
description:
asyncio: Fix _ProactorWritePipeTransport._pipe_closed()

The "exc" variable was not defined, pass a BrokenPipeError exception instead.
History
Date User Action Args
2014-02-20 10:06:15vstinnersetrecipients: + vstinner, gvanrossum, larry, yselivanov, vajrasky
2014-02-20 10:06:15vstinnersetmessageid: <1392890775.5.0.604543002387.issue20648@psf.upfronthosting.co.za>
2014-02-20 10:06:15vstinnerlinkissue20648 messages
2014-02-20 10:06:15vstinnercreate