This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author stutzbach
Recipients stutzbach
Date 2009-05-04.13:52:29
SpamBayes Score 0.00050025445
Marked as misclassified No
Message-id <1241445151.97.0.361648348921.issue5921@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like PEP 362 has been implemented in the py3k branch:

>>> def f(x: int):
...   pass
...
>>>
History
Date User Action Args
2009-05-04 13:52:32stutzbachsetrecipients: + stutzbach
2009-05-04 13:52:31stutzbachsetmessageid: <1241445151.97.0.361648348921.issue5921@psf.upfronthosting.co.za>
2009-05-04 13:52:30stutzbachlinkissue5921 messages
2009-05-04 13:52:29stutzbachcreate