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.

classification
Title: PEP 362 can be marked as finished?
Type: Stage:
Components: None Versions: Python 3.0, Python 3.1
process
Status: closed Resolution: works for me
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, stutzbach
Priority: normal Keywords:

Created on 2009-05-04 13:52 by stutzbach, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg87125 - (view) Author: Daniel Stutzbach (stutzbach) (Python committer) Date: 2009-05-04 13:52
It looks like PEP 362 has been implemented in the py3k branch:

>>> def f(x: int):
...   pass
...
>>>
msg87139 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-05-04 17:01
I fail to see how that relates to function signature objects... the
annotation PEP is 3107, and that is marked as final.
msg87141 - (view) Author: Daniel Stutzbach (stutzbach) (Python committer) Date: 2009-05-04 17:06
You're right.  I got them mixed up.  Please disregard.  I'm just having
that kind of day.  :-)
msg87142 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-05-04 17:06
I think I know what you mean :)
History
Date User Action Args
2022-04-11 14:56:48adminsetgithub: 50171
2009-05-04 17:06:41georg.brandlsetmessages: + msg87142
2009-05-04 17:06:09stutzbachsetmessages: + msg87141
2009-05-04 17:01:22georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg87139

resolution: works for me
2009-05-04 13:52:30stutzbachcreate