[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2021-09-29 Thread Hugo van Kemenade


Change by Hugo van Kemenade :


--
nosy: +hugovk
nosy_count: 6.0 -> 7.0
pull_requests: +26991
pull_request: https://github.com/python/cpython/pull/28618

___
Python tracker 

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



[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Ned Deily


Ned Deily  added the comment:


New changeset 8379b70be2c0a9e3f11cdb694a8faaf5763f99ed by Ned Deily (Miss 
Islington (bot)) in branch '3.7':
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation 
warning (GH-7655) (GH-7657)
https://github.com/python/cpython/commit/8379b70be2c0a9e3f11cdb694a8faaf5763f99ed


--

___
Python tracker 

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



[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7274

___
Python tracker 

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



[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Ned Deily


Ned Deily  added the comment:


New changeset 41254ebd5e4f40a2e095d8aaea60bf3973de4647 by Ned Deily (Zackery 
Spytz) in branch 'master':
bpo-33582: Remove duplicate space in inspect.formatargspec() deprecation 
warning (GH-7655)
https://github.com/python/cpython/commit/41254ebd5e4f40a2e095d8aaea60bf3973de4647


--

___
Python tracker 

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



[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Zackery Spytz


Change by Zackery Spytz :


--
pull_requests: +7272

___
Python tracker 

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



[issue33582] formatargspec deprecated but does not emit DeprecationWarning.

2018-06-11 Thread Zackery Spytz


Change by Zackery Spytz :


--
nosy: +ZackerySpytz
title: formatargspec deprecated but does nto emit DeprecationWarning. -> 
formatargspec deprecated but does not emit DeprecationWarning.

___
Python tracker 

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



[issue33582] formatargspec deprecated but does nto emit DeprecationWarning.

2018-06-11 Thread Ned Deily


Ned Deily  added the comment:

Thanks for the PR, Matthias, and thanks for shepherding this, Tal.  Merged for 
3.7.0rc1 (I don't think it is appropriate to backport to earlier releases.)

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

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



[issue33582] formatargspec deprecated but does nto emit DeprecationWarning.

2018-06-11 Thread miss-islington


miss-islington  added the comment:


New changeset 60b8274fec3ff029591d8718650223c5ce78a05c by Miss Islington (bot) 
in branch '3.7':
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
https://github.com/python/cpython/commit/60b8274fec3ff029591d8718650223c5ce78a05c


--
nosy: +miss-islington

___
Python tracker 

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



[issue33582] formatargspec deprecated but does nto emit DeprecationWarning.

2018-06-11 Thread Ned Deily


Ned Deily  added the comment:


New changeset 46c5cd0f6e22bdfbdd3f0b18f1d01eda754e7e11 by Ned Deily (Matthias 
Bussonnier) in branch 'master':
bpo-33582: Emit deprecation warning for `formatargspec` (GH-6994)
https://github.com/python/cpython/commit/46c5cd0f6e22bdfbdd3f0b18f1d01eda754e7e11


--
nosy: +ned.deily

___
Python tracker 

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



[issue33582] formatargspec deprecated but does nto emit DeprecationWarning.

2018-06-11 Thread miss-islington


Change by miss-islington :


--
pull_requests: +7264

___
Python tracker 

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



[issue33582] formatargspec deprecated but does nto emit DeprecationWarning.

2018-06-11 Thread Ned Deily


Change by Ned Deily :


--
versions:  -Python 3.6

___
Python tracker 

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



[issue33582] formatargspec deprecated but does nto emit DeprecationWarning.

2018-05-25 Thread Terry J. Reedy

Change by Terry J. Reedy :


--
nosy: +yselivanov
versions:  -Python 3.5

___
Python tracker 

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



[issue33582] formatargspec deprecated but does nto emit DeprecationWarning.

2018-05-19 Thread Matthias Bussonnier

Change by Matthias Bussonnier :


--
keywords: +patch
pull_requests: +6646
stage:  -> patch review

___
Python tracker 

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



[issue33582] formatargspec deprecated but does nto emit DeprecationWarning.

2018-05-19 Thread Matthias Bussonnier

New submission from Matthias Bussonnier :

Documentation says formatargspec is deprecated since 3.5, but no 
DeprecationWarnings are emitted, the docstring also does not mention this fact.

--
assignee: docs@python
components: Documentation
messages: 317142
nosy: docs@python, mbussonn
priority: normal
severity: normal
status: open
title: formatargspec deprecated but does nto emit DeprecationWarning.
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8

___
Python tracker 

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