[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 
<https://bugs.python.org/issue39805>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue39805>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue43401>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: Documentation
messages: 388113
nosy: Numerlor, docs@python
priority: normal
severity: normal
status: open
title: dbm module doc page redirects to itself

___
Python tracker 
<https://bugs.python.org/issue43401>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 Python release only supports a Windows 
  platform while Microsoft considers the platform under extended 
  support. This means that Python |version| supports Windows Vista 
  and newer. If you require Windows XP support then please install 
  Python 3.4.

--
assignee: docs@python
components: Documentation
messages: 382246
nosy: Numerlor, docs@python
priority: normal
severity: normal
status: open
title: using windows doc incorrectly states version support
versions: Python 3.9

___
Python tracker 
<https://bugs.python.org/issue42523>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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/issue40199>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
<https://bugs.python.org/issue40199>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com