From romich.mindgamer at gmail.com Thu Sep 22 10:09:18 2011 From: romich.mindgamer at gmail.com (Kachanovsky R.S.) Date: Thu, 22 Sep 2011 11:09:18 +0300 Subject: [Idle-dev] Abnormal behaviour on "replace" form. Message-ID: <1737121361.20110922110918@gmail.com> Hello. When I try to replace some text in the text, which ends with a backslash "\" - IDLE is closed. For example: http://clip2net.com/clip/m58534/1316678588-clip-6kb.png I know about the escape-sequence \\, but it is very unexpected behavior. Sorry for my bad English. I use IDLE v3.2.1 -- Best regards. Kachanovsky R.S. mailto:romich.mindgamer at gmail.com From nad at acm.org Sat Sep 24 09:57:36 2011 From: nad at acm.org (Ned Deily) Date: Sat, 24 Sep 2011 00:57:36 -0700 Subject: [Idle-dev] Abnormal behaviour on "replace" form. References: <1737121361.20110922110918@gmail.com> Message-ID: In article <1737121361.20110922110918 at gmail.com>, Kachanovsky R.S. wrote: > When I try to replace some text in the text, which ends with a backslash "\" > - IDLE is closed. > For example: http://clip2net.com/clip/m58534/1316678588-clip-6kb.png > I know about the escape-sequence \\, but it is very unexpected behavior. > > Sorry for my bad English. I use IDLE v3.2.1 That appears to be a bug in IDLE. It would be nice if you could open an issue about it on the Python bug tracker: http://bugs.python.org/ -- Ned Deily, nad at acm.org From tjreedy at udel.edu Sun Sep 25 02:51:49 2011 From: tjreedy at udel.edu (Terry Reedy) Date: Sat, 24 Sep 2011 20:51:49 -0400 Subject: [Idle-dev] Abnormal behaviour on "replace" form. In-Reply-To: References: <1737121361.20110922110918@gmail.com> Message-ID: On 9/24/2011 3:57 AM, Ned Deily wrote: > In article<1737121361.20110922110918 at gmail.com>, > Kachanovsky R.S. wrote: >> When I try to replace some text in the text, which ends with a backslash "\" >> - IDLE is closed. Verified with 3.2.2 on Win7, with a couple of seconds delay. >> For example: http://clip2net.com/clip/m58534/1316678588-clip-6kb.png >> I know about the escape-sequence \\, but it is very unexpected behavior. >> >> Sorry for my bad English. I use IDLE v3.2.1 You English is fine. Thank you for reporting this. > > That appears to be a bug in IDLE. Or if in tkinter, one to avoid by checking replace strings. > It would be nice if you could open an > issue about it on the Python bug tracker: > > http://bugs.python.org/ If you do, attach the .png and add terry.reedy as nosy. What you already wrote above is enough. If you do not wish too, please say so, and I will. -- Terry Jan Reedy From tjreedy at udel.edu Wed Sep 28 04:44:51 2011 From: tjreedy at udel.edu (Terry Reedy) Date: Tue, 27 Sep 2011 22:44:51 -0400 Subject: [Idle-dev] Abnormal behaviour on "replace" form. In-Reply-To: References: <1737121361.20110922110918@gmail.com> Message-ID: On 9/24/2011 8:51 PM, Terry Reedy wrote: > If you do, attach the .png and add terry.reedy as nosy. > What you already wrote above is enough. > If you do not wish too, please say so, and I will. No reply, so I opened http://bugs.python.org/issue1305 -- Terry Jan Reedy From clockworksaint at gmail.com Wed Sep 28 11:54:34 2011 From: clockworksaint at gmail.com (Weeble) Date: Wed, 28 Sep 2011 10:54:34 +0100 Subject: [Idle-dev] Abnormal behaviour on "replace" form. In-Reply-To: References: <1737121361.20110922110918@gmail.com> Message-ID: On Wed, Sep 28, 2011 at 3:44 AM, Terry Reedy wrote: > No reply, so I opened http://bugs.python.org/issue1305 Looks like that got truncated. I think the link should be: http://bugs.python.org/issue13052