New submission from Musashi Tamura <[email protected]>:
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.
----------
components: Windows
files: z.py
messages: 155612
nosy: miwa
priority: normal
severity: normal
status: open
title: sys.stdin.readline and KeyboardInterrupt on windows
type: behavior
versions: Python 2.7, Python 3.2
Added file: http://bugs.python.org/file24821/z.py
_______________________________________
Python tracker <[email protected]>
<http://bugs.python.org/issue14287>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com