[issue39805] Copying functions doesn't actually copy them

2022-02-13 Thread Numerlor
Numerlor added the comment: Having copy be an identity function for anything mutable seems very bug prone, even if it's functions. If not changed in the copy interface I would say that at least a warning would be helpful. -- ___ Python tracker

[issue39805] Copying functions doesn't actually copy them

2022-02-12 Thread Numerlor
Numerlor added the comment: Ran into this myself today; do you have any plans on implementing the proposed change? -- nosy: +Numerlor ___ Python tracker <https://bugs.python.org/issue39

[issue43401] dbm module doc page redirects to itself

2021-03-05 Thread Numerlor
Numerlor added the comment: The issue seems to have resolved itself now, but may be worth a look for the cause. -- stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.org/i

[issue43401] dbm module doc page redirects to itself

2021-03-04 Thread Numerlor
New submission from Numerlor : In [32]: requests.get("https://docs.python.org/3/library/dbm.html;, allow_redirects=False) Out[32]: In [33]: _.headers["Location"] Out[33]: 'https://docs.python.org/3/library/dbm.html#module-dbm.ndbm' -- assignee: docs@python components

[issue42523] using windows doc incorrectly states version support

2020-12-01 Thread Numerlor
New submission from Numerlor : In this paragraph, the using windows doc page dynamically adjusts the version to the one that's being looked at by the user, however the statement is no longer true for python 3.9 and above as support for vista/7 was dropped > As specified in PEP 11, a Pyt

[issue40199] Invalid escape sequence DeprecationWarnings don't trigger by default

2020-04-10 Thread Numerlor
Numerlor added the comment: The newest 64 bit release from python.org via the executable installer. -- ___ Python tracker <https://bugs.python.org/issue40

[issue40199] Invalid escape sequence DeprecationWarnings don't trigger by default

2020-04-05 Thread Numerlor
Numerlor added the comment: In what environment was that ran in? The issue seems to exist in all the different environments that are easily available to me (win7, win10, linux under docker and on repl.it) -- ___ Python tracker <ht