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 cdqzzy, ezio.melotti, hyeshik.chang, lemburg, python-dev, terry.reedy, vstinner
Date 2011-05-30.21:47:16
SpamBayes Score 0.00044370198
Marked as misclassified No
Message-id <E1QRAIt-0000Fo-DC@dinsdale.python.org>
In-reply-to
Content
New changeset 3b1b06570cf9 by Victor Stinner in branch '2.7':
Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
http://hg.python.org/cpython/rev/3b1b06570cf9

New changeset de07f90ef45c by Victor Stinner in branch '3.2':
Issue #12016: my_fgets() now always clears errors before calling fgets(). Fix
http://hg.python.org/cpython/rev/de07f90ef45c

New changeset deb6e7859211 by Victor Stinner in branch 'default':
(Merge 3.2) Issue #12016: my_fgets() now always clears errors before calling
http://hg.python.org/cpython/rev/deb6e7859211
History
Date User Action Args
2011-05-30 21:48:11vstinnerunlinkissue12016 messages
2011-05-30 21:47:16python-devsetrecipients: + python-dev, lemburg, terry.reedy, hyeshik.chang, vstinner, ezio.melotti, cdqzzy
2011-05-30 21:47:16python-devlinkissue12016 messages
2011-05-30 21:47:16python-devcreate