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 matrixise
Recipients brett.cannon, larry, matrixise, ncoghlan, yselivanov
Date 2014-04-15.15:47:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397576868.73.0.72767935042.issue20438@psf.upfronthosting.co.za>
In-reply-to
Content
Here is the output of my test:

> ./python3.5 -Wd test.py
test.py:9: DeprecationWarning: Deprecated
  warnings.warn('Deprecated', DeprecationWarning)

/private/tmp/python/lib/python3.5/inspect.py:955: DeprecationWarning: Use inspect.signature() instead of inspect.getfullargspec()
  warnings.warn("Use inspect.signature() instead of inspect.getfullargspec()", DeprecationWarning)
FullArgSpec(args=[], varargs='args', varkw='kwargs', defaults=None, kwonlyargs=[], kwonlydefaults=None, annotations={})
History
Date User Action Args
2014-04-15 15:47:48matrixisesetrecipients: + matrixise, brett.cannon, ncoghlan, larry, yselivanov
2014-04-15 15:47:48matrixisesetmessageid: <1397576868.73.0.72767935042.issue20438@psf.upfronthosting.co.za>
2014-04-15 15:47:48matrixiselinkissue20438 messages
2014-04-15 15:47:48matrixisecreate