[issue17613] IDLE "AttributeError: 'NoneType' object has no attribute 'index'" from Delegator.py

2013-04-01 Thread Larry Hastings
Larry Hastings added the comment: When an issue is marked as "release blocker", the release managers of all affected versions are automatically added to the issue. I'm the release manager of 3.4, Georg is for 3.3. -- ___ Python tracker

[issue5207] extend strftime/strptime format for RFC3339 and RFC2822

2013-04-01 Thread Mark Lawrence
Mark Lawrence added the comment: I've no idea if this is of any use but thought I'd reference it anyway https://pypi.python.org/pypi/strict-rfc3339 -- nosy: +BreamoreBoy ___ Python tracker _

[issue17613] IDLE "AttributeError: 'NoneType' object has no attribute 'index'" from Delegator.py

2013-04-01 Thread Ezio Melotti
Ezio Melotti added the comment: > Is there an automatic nosy-list adder routine in the bug-tracker that > I should know about? Release managers are added automatically when an issue is set as release blocker and one of the releases they manage is selected in the "Versions" field. -- n

[issue17614] IDLE - quickly closing a large file triggers a traceback

2013-04-01 Thread Roger Serwy
Roger Serwy added the comment: I forgot to specify that the race condition gets triggered by pressing Alt-F4 the moment the IDLE editor window appears. I am reliably reproducing the error using the Konsole terminal under Arch Linux. -- ___ Python t

[issue17613] IDLE "AttributeError: 'NoneType' object has no attribute 'index'" from Delegator.py

2013-04-01 Thread Senthil Kumaran
Senthil Kumaran added the comment: I dont have ActiveState TCL, but I could use IDLE with the default libs with my Macbook Pro (OS X10.7), followed the steps given to reproduce the error and unfortunately could not. -- nosy: +orsenthil ___ Python tr

[issue7944] Use the 'with' statement in conjunction with 'open' throughout test modules

2013-04-01 Thread Ezio Melotti
Ezio Melotti added the comment: FWIW test_tarfile seems to use the "with" statement on 3.3+ already. On 2.7 is not always used, but I'm not sure it's worth backporting/fixing the remaining occurrences there. Most of the fixes in the test_os patch have already being applied too. Either someone up

[issue17613] IDLE "AttributeError: 'NoneType' object has no attribute 'index'" from Delegator.py

2013-04-01 Thread Ned Deily
Ned Deily added the comment: I'm able to reliably reproduce the exception using your test procedure, Roger, using either current head of 3.3 or 2.7, and am not able to reproduce it with stop_colorizer.patch applied. LGTM. So it seems to me the next questions are: 1. Raymond, does this seem l

[issue17613] IDLE "AttributeError: 'NoneType' object has no attribute 'index'" from Delegator.py

2013-04-01 Thread Roger Serwy
Roger Serwy added the comment: On 04/02/2013 12:57 AM, Ned Deily wrote: > 2. Roger, is this issue new to 2.7.4, 3.2.4, or 3.3.1? No, this bug has been baked into IDLE since the beginning. See line 215 http://hg.python.org/cpython/file/30713d5288df/Lib/idlelib/ColorDelegator.py > How likely do

[issue17614] IDLE - quickly closing a large file triggers a traceback

2013-04-01 Thread Ned Deily
Ned Deily added the comment: LGTM -- nosy: +ned.deily ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://ma

[issue17614] IDLE - quickly closing a large file triggers a traceback

2013-04-01 Thread Ned Deily
Changes by Ned Deily : -- stage: patch review -> commit review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

<    1   2