[issue9871] IDLE dies when using some regex

Terry J. Reedy report at bugs.python.org
Sat Sep 18 05:40:57 CEST 2010


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Verified as IDLE specific on WinXP, 3.1.2

With interpreter, I get
>>> import re; re.findall(b"\x.{2}", b"sdds\xd8")
ValueError: invalid \x escape

In an IDLE Shell window, the window immediately disappears when I hit return and the taskbar button disappears about a third of a second later.

----------
nosy: +terry.reedy
stage:  -> unit test needed
versions: +Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9871>
_______________________________________


More information about the Python-bugs-list mailing list