[Python-3000] pep-0362?

Brett Cannon brett at python.org
Thu Sep 6 19:43:04 CEST 2007


On 9/6/07, skip at pobox.com <skip at pobox.com> wrote:
>
>     > I haven't read it, but it seems very similar to the new annotations
>     > capability in py3k (pep 3107).  Will that not suffice?
>
> Which I notice has a "Requires: 362" field.  Perhaps you're good to go. ;-)

I think that is there because an original version of PEP 3107 put all
of the annotation information into the Signature object and not
directly on to the function.

-Brett


More information about the Python-3000 mailing list