[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

[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 <rep...@bugs.python.org> <http://bugs.python.org/i

[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