So the "current working directory" is the directory containing the file,
right? That would explain the behavior.
Probably "Edit with IDLE" should be changed. I have no idea where that is
defined.
In 3.11 we should be able to make that use the new -P option, which doesn't
insert the working direct
On 5/13/2022 9:20 PM, ward.dav...@gmail.com wrote:
https://github.com/python/cpython/issues/92359
This is a specific (and now closed) example of import shadowing. The
general issue is the subject of
https://github.com/python/cpython/issues/67997
--
Terry Jan Reedy
___
Hello,
Link to the github issue page is here
https://github.com/python/cpython/issues/92359
This bug has been lurking in waiting for roughly 7 years or possibly longer.
The root issue is that the "Edit with IDLE" context menu executes idle with
`python.exe -m idlelib` which puts the curr
Thinking about it, it's actually a fine design to have a decorator that
turns a regular function into one that starts a thread -- from the caller's
POV it's no different than having a function that explicitly starts a
thread, and it could be a nice shorthand if you do this all the time. (You
have t
Can we shut this down or unsubscribe the weekly email?
On Fri, May 13, 2022 at 11:13 AM Python tracker
wrote:
>
> ACTIVITY SUMMARY (2022-05-06 - 2022-05-13)
> Python tracker at https://bugs.python.org/
>
> To view or respond to any of the issues listed below, click on the issue.
> Do NOT respond
ACTIVITY SUMMARY (2022-05-06 - 2022-05-13)
Python tracker at https://bugs.python.org/
To view or respond to any of the issues listed below, click on the issue.
Do NOT respond to this message.
Issues counts and deltas:
open7146 ( +0)
closed 51841 ( +0)
total 58987 ( +0)
Open issues wi