Message292410
Also, note that the programmatic deprecation warning change in the patch is to the warning for `getargspec()`, so that it recommends `getfullargspec()` rather than `Signature()`.
There's no runtime deprecation warning for `getfullargspec()` in any version of Python 3.x, so projects can use it freely, regardless of target version. |
|
| Date |
User |
Action |
Args |
| 2017-04-27 07:05:26 | ncoghlan | set | recipients:
+ ncoghlan, larry, ned.deily, r.david.murray, SilentGhost, python-dev, eric.snow, serhiy.storchaka, yselivanov, Tim.Graham, ryan.petrello |
| 2017-04-27 07:05:26 | ncoghlan | set | messageid: <[email protected]> |
| 2017-04-27 07:05:26 | ncoghlan | link | issue27172 messages |
| 2017-04-27 07:05:26 | ncoghlan | create | |
|