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.
Created on 2014年02月21日 06:41 by yselivanov, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg211810 - (view) | Author: Yury Selivanov (yselivanov) * (Python committer) | Date: 2014年02月21日 06:41 | |
Larry, please consider cherry-picking 2000c27ebe80. Another bug in newly renovated 'inspect.getfullargspec()', this time with module-level builtins. Would be great if it supports them well in 3.4. changeset: 89314:2000c27ebe80 tag: tip user: Yury Selivanov <yselivanov@sprymix.com> date: Fri Feb 21 01:32:42 2014 -0500 files: Lib/inspect.py Lib/test/test_inspect.py description: inspect: Fix getfullargspec to support builtin module-level functions. Issue #20711 |
|||
| msg211912 - (view) | Author: Larry Hastings (larry) * (Python committer) | Date: 2014年02月22日 07:34 | |
ok. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:59 | admin | set | github: 64914 |
| 2014年02月22日 07:34:24 | larry | set | status: open -> closed resolution: fixed messages: + msg211912 |
| 2014年02月21日 06:43:47 | yselivanov | set | keywords: - 3.4regression |
| 2014年02月21日 06:41:44 | yselivanov | create | |