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 python-dev
Recipients Gary.Miguel, asvetlov, gregory.p.smith, jcon, mark.dickinson, pitrou, python-dev, vstinner
Date 2013-02-01.21:12:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YyWGw64lrzSP4@mail.python.org>
In-reply-to
Content
New changeset a5e7b38caee2 by Gregory P. Smith in branch '2.7':
Additional fix for Issue #12268: The io module file object writelines() methods
http://hg.python.org/cpython/rev/a5e7b38caee2

New changeset 2fd669aa4abc by Gregory P. Smith in branch '3.2':
Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR).
http://hg.python.org/cpython/rev/2fd669aa4abc

New changeset 30fc620e240e by Gregory P. Smith in branch '3.3':
Additional fix for issue #12268: The io module file object write methods no
http://hg.python.org/cpython/rev/30fc620e240e

New changeset 8f72519fd0e9 by Gregory P. Smith in branch 'default':
Additional fix for issue #12268: The io module file object write methods no
http://hg.python.org/cpython/rev/8f72519fd0e9
History
Date User Action Args
2013-02-01 21:12:25python-devsetrecipients: + python-dev, gregory.p.smith, mark.dickinson, pitrou, vstinner, asvetlov, jcon, Gary.Miguel
2013-02-01 21:12:25python-devlinkissue12268 messages
2013-02-01 21:12:25python-devcreate