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 tr
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
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
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@py
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,
Numerlor added the comment:
The newest 64 bit release from python.org via the executable installer.
--
___
Python tracker
<https://bugs.python.org/issue40
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