Commit Graph

17 Commits

Author SHA1 Message Date
Brett Cannon f819101ea2 Answer two open issues and add a good-sized example. 2007-11-17 04:20:22 +00:00
Brett Cannon 32a07e3faa Fix a typo in the annotation for Signature.bind(). 2007-11-17 02:36:40 +00:00
Brett Cannon 56ca202a49 Fix typo in link target. 2007-09-08 01:07:58 +00:00
Brett Cannon 46bac9a3b4 Update based on questions made by Jim Jewett. 2007-09-08 01:07:12 +00:00
Fred Drake 263ce4c246 fix typo 2007-09-07 02:42:45 +00:00
Brett Cannon 2d9289a13f Update the PEP. 2007-09-07 02:35:14 +00:00
Brett Cannon e0b47c7f77 Update PEP 362. 2007-09-07 02:19:39 +00:00
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