Mailing List Archive

[issue45903] What’s New In Python 3.11: wrong reference to Signature.from callable
New submission from Jakub Wilk <jwilk@jwilk.net>:

<https://docs.python.org/3.11/whatsnew/3.11.html#removed> says:

"Removed from the inspect module: […] the undocumented Signature.from_callable and Signature.from_function functions, deprecated since Python 3.5; use the Signature.from_callable() method instead."

But Signature.from_callable can't possibly be removed and the suggested replacement at the same time.

I think it should say: "… the undocumented Signature.from_builtin and …"

----------
assignee: docs@python
components: Documentation
messages: 407054
nosy: docs@python, hugovk, jwilk
priority: normal
severity: normal
status: open
title: What’s New In Python 3.11: wrong reference to Signature.from_callable
versions: Python 3.11

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue45903>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue45903] What’s New In Python 3.11: wrong reference to Signature.from callable [ In reply to ]
Change by Alex Waygood <Alex.Waygood@Gmail.com>:


----------
type: -> behavior

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue45903>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue45903] What’s New In Python 3.11: wrong reference to Signature.from callable [ In reply to ]
Change by Hugo van Kemenade <hugovk+python@gmail.com>:


----------
keywords: +patch
pull_requests: +28045
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/29813

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue45903>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue45903] What’s New In Python 3.11: wrong reference to Signature.from callable [ In reply to ]
Hugo van Kemenade <hugovk+python@gmail.com> added the comment:

Thanks Jakub! I've made https://github.com/python/cpython/pull/29813 to fix it.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue45903>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com