[issue44627] Python terminal cmd line recall

2021-07-13 Thread jg
New submission from jg : Command line recall in python terminal treats strings case insensitively. Example: Define a 'dummy' function that takes a string as input. If you run dummy twice with the same input string, but different cases, it only saves one. >>> dummy("Thi

[issue44627] Python terminal cmd line recall

2021-07-14 Thread jg
jg added the comment: Thanks, I didn't know about the F7 or F8 commands. My 'Discard Old Duplicates' was already disabled (default?). John G. Gammon -. .. .. .-.. .- -.. -- .. .-. .- .-. .. This message and any attachments hereto may contain conf

[issue45397] Doc for turtle.write missing the tuple part of the font param in 3.10+

2021-10-06 Thread jg
New submission from jg : In the version 3.10 and 3.11 python turtle doc, the turtle.write line shows font without it's tuple parenthesis. Something change in 3.10 that makes it look like font='Arial' and 8 and 'normal' are 3 separate parameters, when it should be on

[issue45397] Doc for turtle.write missing the tuple part of the font param in 3.10+

2021-10-07 Thread jg
jg added the comment: I forgot to mention I'm on Windows 10 PC and see the same thing under Edge and FireFox. John G. Gammon -. .. .. .-.. .- -.. -- .. .-. .- .-. .. This message and any attachments hereto may contain confidential and/or privileged information. I

[issue31884] subprocess set priority on windows

2017-10-27 Thread Mr JG Kent
Change by Mr JG Kent : -- components: Library (Lib) nosy: JamesGKent priority: normal severity: normal status: open title: subprocess set priority on windows type: enhancement ___ Python tracker <https://bugs.python.org/issue31

[issue31884] subprocess set priority on windows

2017-10-27 Thread Mr JG Kent
Change by Mr JG Kent : -- keywords: +patch pull_requests: +4117 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue31884> ___ ___ Python-