[issue3357] A bug in the __doc__ string of the sys module

2008-07-14 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks. Fixed in r64956. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue3357] A bug in the __doc__ string of the sys module

2008-07-14 Thread Chester
New submission from Chester <[EMAIL PROTECTED]>: 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 shoul