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 miwa
Recipients miwa
Date 2012-03-13.14:07:04
SpamBayes Score 2.6366518e-08
Marked as misclassified No
Message-id <1331647625.41.0.2361094593.issue14287@psf.upfronthosting.co.za>
In-reply-to
Content
I run z.py and press Ctrl-C. 

''
Traceback (most recent call last):
  File "z.py", line 7, in <module>
    print(repr(x))
KeyboardInterrupt

I think '' should not be printed. This sometimes occurs on Python 3.2.2 and 2.7.2 AMD64 on Windows7, but doesn't occur on ubuntu.
History
Date User Action Args
2012-03-13 14:07:05miwasetrecipients: + miwa
2012-03-13 14:07:05miwasetmessageid: <1331647625.41.0.2361094593.issue14287@psf.upfronthosting.co.za>
2012-03-13 14:07:04miwalinkissue14287 messages
2012-03-13 14:07:04miwacreate