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, larry
Date 2012-06-19.02:27:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340072863.46.0.879237530696.issue15008@psf.upfronthosting.co.za>
In-reply-to
Content
New version (pep363.4.patch)

Summary:

1. Removed 'Signature.implemented'
2. No more patching built-ins - no issues with shared interpreters
3. Removed 'Signature.format()'. If needed we'll reintroduce it in 3.4 (although we still have 'Signature.__str__')
4. Signature now implements just __copy__ - creates a shallow copy (__deepcopy__ has been removed, as it wasn't deep)
5. Signature.__eq__ fixed to ignore order of keyword-only arguments.

Thanks and please review!
History
Date User Action Args
2012-06-19 02:27:44Yury.Selivanovsetrecipients: + Yury.Selivanov, brett.cannon, larry, eric.araujo, Alexandre.Zani, Ramchandra Apte
2012-06-19 02:27:43Yury.Selivanovsetmessageid: <1340072863.46.0.879237530696.issue15008@psf.upfronthosting.co.za>
2012-06-19 02:27:42Yury.Selivanovlinkissue15008 messages
2012-06-19 02:27:41Yury.Selivanovcreate