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
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
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
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
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
Change by Mr JG Kent :
--
keywords: +patch
pull_requests: +4117
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue31884>
___
___
Python-