Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Bugs

[issue15151] Documentation for Signature, Parameter and signature in inspect module

 

 

Python bugs RSS feed   Index | Next | Previous | View Threaded


report at bugs

Jul 13, 2012, 8:32 AM

Post #1 of 17 (255 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module

Changes by Brett Cannon <brett [at] python>:


----------
nosy: +Yury.Selivanov, larry, yselivanov

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 15, 2012, 5:39 PM

Post #2 of 17 (240 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Larry Hastings <larry [at] hastings> added the comment:

Is anyone working on this? I could possibly take a stab at it tonight, if I get the evening to myself.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 16, 2012, 10:31 PM

Post #3 of 17 (245 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Yury Selivanov <yselivanov.ml [at] gmail> added the comment:

Larry, Brett,

I compiled the documentation from the PEP (attached as inspect.pep362.1.patch). Please take a look and feel free to add/edit.

----------
keywords: +patch
Added file: http://bugs.python.org/file26410/inspect.pep362.1.patch

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 17, 2012, 8:35 AM

Post #4 of 17 (247 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Changes by Yury Selivanov <yselivanov.ml [at] gmail>:


----------
nosy: -Yury.Selivanov

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 17, 2012, 11:08 AM

Post #5 of 17 (241 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Yury Selivanov <yselivanov.ml [at] gmail> added the comment:

The new patch version (inspect.pep362.2.patch) includes more examples and includes recommendations to use the Signature Object instead of 'inspect.getfullargsspec'. Please review.

----------
Added file: http://bugs.python.org/file26419/inspect.pep362.2.patch

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 17, 2012, 1:02 PM

Post #6 of 17 (246 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Yury Selivanov <yselivanov.ml [at] gmail> added the comment:

New patch version - inspect.pep362.3.patch

I decided to put the new doc section above the "Classes and functions". The new section is now called "Introspecting callables with Signature Object". Aside from that everything is the same as in the 2nd patch.

----------
Added file: http://bugs.python.org/file26420/inspect.pep362.3.patch

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 21, 2012, 7:27 AM

Post #7 of 17 (239 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Georg Brandl <georg [at] python> added the comment:

Docs issues won't block b2.

----------
priority: release blocker -> deferred blocker

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Jul 26, 2012, 2:24 PM

Post #8 of 17 (240 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Changes by Brett Cannon <brett [at] python>:


----------
nosy: +brett.cannon

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 8, 2012, 11:53 AM

Post #9 of 17 (222 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Andrew Svetlov added the comment:

Yury, please updete your patch to pass doctest:

./python -m doctest Doc/library/inspect.html

----------
nosy: +asvetlov

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 9, 2012, 4:03 AM

Post #10 of 17 (220 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Andrew Svetlov added the comment:

Update patch

----------
Added file: http://bugs.python.org/file26737/inspect.pep362.4.patch

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 9, 2012, 4:47 AM

Post #11 of 17 (218 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Yury Selivanov added the comment:

Thanks a lot for the patch update, Andrew! Please let me glance over it once again today/tomorrow before you commit it.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 11, 2012, 12:37 PM

Post #12 of 17 (219 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Andrew Svetlov added the comment:

Slightly updated version

----------
Added file: http://bugs.python.org/file26768/inspect.pep362.5.patch

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 13, 2012, 7:10 AM

Post #13 of 17 (213 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Roundup Robot added the comment:

New changeset 814462492fbd by Andrew Svetlov in branch 'default':
Issue #15151: PEP 362 — document signature and related classes for inspect.py
http://hg.python.org/cpython/rev/814462492fbd

----------
nosy: +python-dev

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 13, 2012, 7:14 AM

Post #14 of 17 (213 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Andrew Svetlov added the comment:

Closing the issue. Feel free to reopen if you have some corrections.

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 13, 2012, 7:14 AM

Post #15 of 17 (212 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Changes by Andrew Svetlov <andrew.svetlov [at] gmail>:


----------
resolution: -> fixed
stage: -> committed/rejected
status: open -> closed
type: -> enhancement

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 13, 2012, 7:49 AM

Post #16 of 17 (216 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Yury Selivanov added the comment:

Thank you, Andrew.

One thing: can you please change:

> Print all keyword-only arguments without default values:

to

> Example: print all keyword-only arguments without default values:

?

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com


report at bugs

Aug 13, 2012, 8:24 AM

Post #17 of 17 (216 views)
Permalink
[issue15151] Documentation for Signature, Parameter and signature in inspect module [In reply to]

Andrew Svetlov added the comment:

Done in 843e0da7e91f

----------

_______________________________________
Python tracker <report [at] bugs>
<http://bugs.python.org/issue15151>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com

Python bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.