[issue33594] add deprecation since 3.5 for a few methods of inspect.

2018-10-19 Thread STINNER Victor
STINNER Victor added the comment: Thanks Matthias Bussonnier! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue33594] add deprecation since 3.5 for a few methods of inspect.

2018-10-19 Thread miss-islington
miss-islington added the comment: New changeset c8348fb6d2ef1b5bb91d6eb5fbafdf42c4ae16ce by Miss Islington (bot) in branch '3.7': bpo-33594: Add deprecation info in inspect.py module (GH-7036) https://github.com/python/cpython/commit/c8348fb6d2ef1b5bb91d6eb5fbafdf42c4ae16ce --

[issue33594] add deprecation since 3.5 for a few methods of inspect.

2018-10-19 Thread miss-islington
miss-islington added the comment: New changeset 932ebc1e0ef9b0d5cd17370f5183bad0257d36f9 by Miss Islington (bot) in branch '3.6': bpo-33594: Add deprecation info in inspect.py module (GH-7036) https://github.com/python/cpython/commit/932ebc1e0ef9b0d5cd17370f5183bad0257d36f9 -- nosy:

[issue33594] add deprecation since 3.5 for a few methods of inspect.

2018-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +9324 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33594] add deprecation since 3.5 for a few methods of inspect.

2018-10-19 Thread miss-islington
Change by miss-islington : -- pull_requests: +9323 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33594] add deprecation since 3.5 for a few methods of inspect.

2018-10-19 Thread STINNER Victor
STINNER Victor added the comment: New changeset ded87d804e2a85b2a3ea9e7a11384b41fafdfa29 by Victor Stinner (Matthias Bussonnier) in branch 'master': bpo-33594: Add deprecation info in inspect.py module (GH-7036) https://github.com/python/cpython/commit/ded87d804e2a85b2a3ea9e7a11384b41fafdfa29

[issue33594] add deprecation since 3.5 for a few methods of inspect.

2018-05-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: See also #33582 for 'formatargspec'. -- nosy: +terry.reedy, yselivanov versions: -Python 3.5 ___ Python tracker ___ _

[issue33594] add deprecation since 3.5 for a few methods of inspect.

2018-05-21 Thread Matthias Bussonnier
Change by Matthias Bussonnier : -- keywords: +patch pull_requests: +6680 stage: -> patch review ___ Python tracker ___ ___ Python-bu

[issue33594] add deprecation since 3.5 for a few methods of inspect.

2018-05-21 Thread Matthias Bussonnier
New submission from Matthias Bussonnier : inspect's getargspec, as well as Signature's from_function, and from_builtin are deprecated. They all emits DeprecationWarning but: The deprecation warning does not say since which version since are deprecated. For the two Signature's methods, there