Yury Selivanov wrote:
Hello,

The new revision of PEP 362 has been posted:
http://www.python.org/dev/peps/pep-0362/


It's possible to test Signatures for equality.  Two signatures
are equal when they have equal parameters and return annotations.

Possibly a dumb question, but do the parameter names have to be the same to compare equal? If yes, is there an easy way to compare two signatures by annotations alone?

~Ethan~
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to