[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2016-09-11 Thread Bayard Randel

Bayard Randel added the comment:

I've provided a patch which seems to bring this change up to date on Python 
3.6.0a4+, however I've only manually tested. Having had a look at the existing 
idle tests, it wasn't clear to me how I could also provide a test. Any 
suggestions would be appreciated. I ran a childrens' coding workshop at Kiwi 
PyCon 2016 in Dunedin, New Zealand using IDLE and one child in fact raised this 
issue and was unfamiliar with Ctrl-C.

--
nosy: +Bayard Randel
Added file: http://bugs.python.org/file44581/issue15308_updated.patch

___
Python tracker 
<http://bugs.python.org/issue15308>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15308] IDLE - add an "Interrupt Execution" to shell menu

2016-09-11 Thread Bayard Randel

Bayard Randel added the comment:

Updated description in idle.rst with a fullstop.

--
Added file: http://bugs.python.org/file44583/issue15308_updated-2.patch

___
Python tracker 
<http://bugs.python.org/issue15308>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15393] JSONDecoder.raw_decode breaks on leading whitespace

2016-09-12 Thread Bayard Randel

Bayard Randel added the comment:

I've provided an updated patch for 3.6. Additionally I've updated the docstring 
for decoder.raw_decode to explain that whitespace at the beginning of the 
document will be ignored. I believe the concerns around the backwards 
incompatible change to the function signature were addressed by aalien's second 
patch.

------
nosy: +Bayard Randel
Added file: http://bugs.python.org/file44613/issue15393_3.6.patch

___
Python tracker 
<http://bugs.python.org/issue15393>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com