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 Yury.Selivanov
Recipients Alexandre.Zani, Ramchandra Apte, Yury.Selivanov, brett.cannon, eric.araujo, ezio.melotti, larry
Date 2012-06-22.20:11:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340395900.98.0.972838550721.issue15008@psf.upfronthosting.co.za>
In-reply-to
Content
New patch - pep362.8.patch

One big change (Guido's request) - No more AttributeErrors on missing Parameter.default of Signature.return_annotation.  They now will be set to Parameter.empty & Signature.empty correspondingly.
History
Date User Action Args
2012-06-22 20:11:42Yury.Selivanovsetrecipients: + Yury.Selivanov, brett.cannon, larry, ezio.melotti, eric.araujo, Alexandre.Zani, Ramchandra Apte
2012-06-22 20:11:40Yury.Selivanovsetmessageid: <1340395900.98.0.972838550721.issue15008@psf.upfronthosting.co.za>
2012-06-22 20:11:40Yury.Selivanovlinkissue15008 messages
2012-06-22 20:11:40Yury.Selivanovcreate