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.

作者 python-dev
收信人 cdqzzy, ezio.melotti, hyeshik.chang, lemburg, python-dev, terry.reedy, vstinner
日期 2011-05-30.21:47:16
SpamBayes Score 0.00044370198
Marked as misclassified
Message-id <E1QRAIt-0000Fo-DC@dinsdale.python.org>
In-reply-to
内容
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
历史
日期 用户 动作 参数
2011-05-30 21:48:11vstinner解链issue12016 messages
2011-05-30 21:47:16python-dev修改recipients: + python-dev, lemburg, terry.reedy, hyeshik.chang, vstinner, ezio.melotti, cdqzzy
2011-05-30 21:47:16python-dev链接issue12016 messages
2011-05-30 21:47:16python-dev创建