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 pitrou
Recipients amaury.forgeotdarc, pitrou, r_mosaic, vstinner
Date 2011-06-15.10:11:12
SpamBayes Score 6.842598e-07
Marked as misclassified No
Message-id <1308132673.43.0.822518559468.issue12337@psf.upfronthosting.co.za>
In-reply-to
Content
I can't reproduce. Victor?


Z:\default>PCbuild\amd64\python_d.exe
Python 3.3a0 (default, Jun  8 2011, 17:49:13) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.stdin.readline()
a
'a\n'
>>> ^Z

Z:\default>PCbuild\amd64\python_d.exe -u
Python 3.3a0 (default, Jun  8 2011, 17:49:13) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.stdin.readline()
a
'a\n'
History
Date User Action Args
2011-06-15 10:11:13pitrousetrecipients: + pitrou, amaury.forgeotdarc, vstinner, r_mosaic
2011-06-15 10:11:13pitrousetmessageid: <1308132673.43.0.822518559468.issue12337@psf.upfronthosting.co.za>
2011-06-15 10:11:12pitroulinkissue12337 messages
2011-06-15 10:11:12pitroucreate