Message163352
New patch - pep362.7.patch
Summary:
1. Signature & Parameter objects are now immutable
2. Signature.replace() and Parameter.replace()
3. Signature has a new default constructor, which
accepts parameters list and a return_annotation; and
a new 'from_function', which create a Signature object
for the passed function.
4. Parameter.__str__
The implementation has 100% test coverage and is stable.
Please review.
Thanks! |
|
Date |
User |
Action |
Args |
2012-06-21 17:15:16 | Yury.Selivanov | set | recipients:
+ Yury.Selivanov, brett.cannon, larry, ezio.melotti, eric.araujo, Alexandre.Zani, Ramchandra Apte |
2012-06-21 17:15:16 | Yury.Selivanov | set | messageid: <1340298916.16.0.117856986088.issue15008@psf.upfronthosting.co.za> |
2012-06-21 17:15:15 | Yury.Selivanov | link | issue15008 messages |
2012-06-21 17:15:15 | Yury.Selivanov | create | |
|