[issue18875] Idle: Auto insertion of the closing parens, brackets, and braces

2020-07-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: I found this in Notepad++ under Settings -> Preferences -> Auto-completion -> Auto-insert with separate checkboxes for (, {, [, ', ", html/xml tags, and up to 3 custom pairs. Way too elaborate for IDLE. The only question to me is whether to have just one o

[issue40979] typing module docs: keep text, add subsections

2020-07-20 Thread Raymond Hettinger
Raymond Hettinger added the comment: This organization makes good sense to me. Hopefully, we can get Guido and Ivan to take a look at it. -- nosy: +gvanrossum, levkivskyi ___ Python tracker __

[issue40932] subprocess docs should warn of shlex use on Windows

2020-07-20 Thread Ammar Askar
Ammar Askar added the comment: Hmm, it'd be hard to enumerate them all. The module does say, "...simple syntaxes resembling that of the Unix shell" but that's it. Distinguishing at the OS level for shlex does seem a bit weird given the existence of WSL and non-compliant shells on Linux like

[issue41300] IDLE: add missing import io in iomenu.py

2020-07-20 Thread Terry J. Reedy
Terry J. Reedy added the comment: The fix is in both 3.8.5 and 3.9.0b5, both released today. "print('eyes ∢∢ snake 🐍')", for instance, in the editor, can be saved and run. (Note that astral chars like the snake disrupt editing a bit, but once there, can be saved and will print. Łukasz, thank

[issue41300] IDLE: add missing import io in iomenu.py

2020-07-20 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: -lukasz.langa ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue10879] cgi memory usage

2020-07-20 Thread Inada Naoki
Change by Inada Naoki : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-l

[issue41331] Sphinx can't find asdl.py when not started from the Doc/ directory

2020-07-20 Thread Julien Palard
Change by Julien Palard : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41100] Build failure on macOS 11 (beta)

2020-07-20 Thread Lawrence D'Anna
Change by Lawrence D'Anna : -- pull_requests: +20721 pull_request: https://github.com/python/cpython/pull/21577 ___ Python tracker ___ _

<    1   2