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 cheDu
Recipients cheDu, georg.brandl
Date 2008-07-14.23:37:49
SpamBayes Score 0.0002630571
Marked as misclassified No
Message-id <1216078670.93.0.80327541443.issue3357@psf.upfronthosting.co.za>
In-reply-to
Content
This relates to Python 3.x.  Do this please:
import sys; print(sys.__doc__)

Please fix the following line of text in that __doc__ file of the sys
module:
stdin -- standard input file object; used by raw_input() and input()

This line of text should just be
stdin -- standard input file object; used by input()
because raw_input() does not exist anymore in Python 3.x.
History
Date User Action Args
2008-07-14 23:37:51cheDusetspambayes_score: 0.000263057 -> 0.0002630571
recipients: + cheDu, georg.brandl
2008-07-14 23:37:51cheDusetspambayes_score: 0.000263057 -> 0.000263057
messageid: <1216078670.93.0.80327541443.issue3357@psf.upfronthosting.co.za>
2008-07-14 23:37:50cheDulinkissue3357 messages
2008-07-14 23:37:49cheDucreate