[issue16243] Add example for inspect module doc

2012-10-26 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Berker. I feel the patch is good enough to close the issue. If anybody want to add some value please reopen. -- nosy: +asvetlov resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Py

[issue16243] Add example for inspect module doc

2012-10-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9d3b616fc702 by Andrew Svetlov in branch '3.3': Issue #16243: add example for inspect.formatargspec http://hg.python.org/cpython/rev/9d3b616fc702 New changeset a0337031a6b7 by Andrew Svetlov in branch 'default': Merge issue #16243: add example for i

[issue16243] Add example for inspect module doc

2012-10-25 Thread Berker Peksag
Berker Peksag added the comment: Here's a patch that adds an example of using `inspect.formatargspec`. -- keywords: +patch nosy: +berker.peksag Added file: http://bugs.python.org/file27718/inspect-formatargspec-example.patch ___ Python tracker

[issue16243] Add example for inspect module doc

2012-10-19 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- title: Regression in inspect module -> Add example for inspect module doc ___ Python tracker ___ ___ Py