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 Gary.Miguel, asvetlov, gregory.p.smith, jcon, mark.dickinson, pitrou, python-dev, vstinner
Date 2013-02-01.21:17:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwais3fLG=eM_bXnrU2fW4Q=92ofdZQcym6YqiFb4vS5hQ@mail.gmail.com>
In-reply-to <3YyWGw64lrzSP4@mail.python.org>
Content
Oh, so we can now implement a version of writelines() using writev()!

2013/2/1 Roundup Robot <report@bugs.python.org>:
>
> Roundup Robot added the comment:
>
> 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
>
> ----------
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue12268>
> _______________________________________
History
Date User Action Args
2013-02-01 21:17:13vstinnersetrecipients: + vstinner, gregory.p.smith, mark.dickinson, pitrou, asvetlov, python-dev, jcon, Gary.Miguel
2013-02-01 21:17:13vstinnerlinkissue12268 messages
2013-02-01 21:17:13vstinnercreate