This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, brett.cannon, larry, matrixise, ncoghlan, python-dev, yselivanov
Date 2015-05-22.19:42:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432323733.39.0.839480431919.issue20438@psf.upfronthosting.co.za>
In-reply-to
Content
Just a minor comment on the patch:

+    warnings.warn("inspect.getargspec() is deprecated, "
+                  "use inspect.signature() instead", DeprecationWarning)

Can you also add "stacklevel=2"?
History
Date User Action Args
2015-05-22 19:42:13berker.peksagsetrecipients: + berker.peksag, brett.cannon, ncoghlan, larry, python-dev, yselivanov, matrixise
2015-05-22 19:42:13berker.peksagsetmessageid: <1432323733.39.0.839480431919.issue20438@psf.upfronthosting.co.za>
2015-05-22 19:42:13berker.peksaglinkissue20438 messages
2015-05-22 19:42:13berker.peksagcreate