Yury Selivanov <yseliva...@gmail.com> added the comment:

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!

----------
Added file: http://bugs.python.org/file26048/pep362.4.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15008>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to