Message216318
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={}) |
|
Date |
User |
Action |
Args |
2014-04-15 15:47:48 | matrixise | set | recipients:
+ matrixise, brett.cannon, ncoghlan, larry, yselivanov |
2014-04-15 15:47:48 | matrixise | set | messageid: <1397576868.73.0.72767935042.issue20438@psf.upfronthosting.co.za> |
2014-04-15 15:47:48 | matrixise | link | issue20438 messages |
2014-04-15 15:47:48 | matrixise | create | |
|