Commit Graph

10 Commits

Author SHA1 Message Date
Brett Cannon cdf5d3ce68 Fix the headers so that they are in the right order and no required headers are
missing.
2007-06-19 04:20:07 +00:00
Brett Cannon 9bb90a8fea Update the PEP to be in line with the working implementation. 2007-02-26 15:30:51 +00:00
Brett Cannon 9eb823aaab Add mention of PEP 3107.
Also clean up grammar and typos.

Finally, add some open issues to work out.
2006-12-30 06:17:05 +00:00
George Yoshida bd1dc58509 Typo fix 2006-09-02 17:21:40 +00:00
Brett Cannon ed85dc4e42 Swap some words to get the proper wording for Signature.bind(). 2006-08-24 00:31:25 +00:00
Brett Cannon 2efc54157f Add __str__() and bind() to Signature and __str__() to Parameter. 2006-08-23 22:16:10 +00:00
Brett Cannon 1f41623653 Point to prototype implementation. Also clarify 'name' attribute on Signature
is not fully qualified.
2006-08-22 22:03:11 +00:00
Brett Cannon 2b89abe649 Change name of function for 'inspect' module to have to return Signature
objects.
2006-08-22 21:19:53 +00:00
Brett Cannon 27ea465466 Remove Open Issue of whether keyword-only parameters should be kept in a
separate set instead of the 'parameters' attribute on Signature objects.

Also strengthen the argument for keeping keyword_only as an attribute instead
of setting position to None to flag this state.
2006-08-22 17:30:16 +00:00
Brett Cannon 51693509e1 PEP 362: Function Signature Object. 2006-08-21 23:54:07 +00:00