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-15.18:04:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339783476.16.0.800934789663.issue15008@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching the new version of the patch.

Summary:

1. 'is_*' family was replaced with 'Parameter.kind'
2. 'signature()' function was updated to check for '__wrapped__' 
attribute in all callables
3. 'is_implemented' -> 'implemented'
4. Added support for POSITIONAL_ONLY parameters (in 'bind()')
History
Date User Action Args
2012-06-15 18:04:36Yury.Selivanovsetrecipients: + Yury.Selivanov, brett.cannon, larry, eric.araujo, Alexandre.Zani, Ramchandra Apte
2012-06-15 18:04:36Yury.Selivanovsetmessageid: <1339783476.16.0.800934789663.issue15008@psf.upfronthosting.co.za>
2012-06-15 18:04:35Yury.Selivanovlinkissue15008 messages
2012-06-15 18:04:35Yury.Selivanovcreate