Message211776
current behaviour:
>>> import inspect
>>> import os
>>> inspect.getfullargspec(os.stat)
<module 'posix' (built-in)>
FullArgSpec(args=['module', 'path'], varargs=None, varkw=None, defaults=None, kwonlyargs=['dir_fd', 'follow_symlinks'], kwonlydefaults={'dir_fd': None, 'follow_symlinks': True}, annotations={})
'module' argument should not be there.
Patch is attached, please review. |
|
Date |
User |
Action |
Args |
2014-02-21 00:54:27 | yselivanov | set | recipients:
+ yselivanov, ncoghlan, larry |
2014-02-21 00:54:27 | yselivanov | set | messageid: <1392944067.4.0.263463112127.issue20711@psf.upfronthosting.co.za> |
2014-02-21 00:54:27 | yselivanov | link | issue20711 messages |
2014-02-21 00:54:27 | yselivanov | create | |
|