[issue18801] inspect.classify_class_attrs() misclassifies object.__new__()

2014-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: Tim, Eric, Please review the attached patch. -- keywords: +patch nosy: +tim.peters, yselivanov Added file: http://bugs.python.org/file33809/inspect_classify_01.patch ___ Python tracker

[issue19658] inspect.getsource weird case

2014-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: Duplicate of #17526. -- nosy: +yselivanov resolution: -> duplicate status: open -> closed ___ Python tracker ___ __

[issue15731] Mechanism for inheriting docstrings and signatures

2014-01-29 Thread Yury Selivanov
Changes by Yury Selivanov : -- nosy: +yselivanov versions: +Python 3.5 -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing

[issue15731] Mechanism for inheriting docstrings and signatures

2014-01-29 Thread Yury Selivanov
Yury Selivanov added the comment: Perhaps, something like @functools.inherit decorator could help: https://gist.github.com/1st1/8703533 (just a quick illustration). -- ___ Python tracker __

[issue19081] zipimport behaves badly when the zip file changes while the process is running

2014-01-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset ecb272bae417 by Gregory P. Smith in branch '3.3': Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet. http://hg.python.org/cpython/rev/ecb272bae417 New changeset 03fc7449f204 by Gregory P. Smith in branch 'default': Remove issue 19

[issue17159] Remove explicit type check from inspect.Signature.from_function()

2014-01-29 Thread Stefan Behnel
Stefan Behnel added the comment: Yes, the situation didn't change. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

<    1   2