Éric Araujo <mer...@netwok.org> added the comment:

Thanks for working on this.  I have some remarks:

1) Please post diff files here instead of using external sites.  See 
http://docs.python.org/devguide/patch#preparation

2) The license you chose doesn’t allow the PSF to include it into Python, see 
http://www.python.org/psf/contrib/contrib-form/

3) abc looks like a module name, here something like NamedTupleABC or simply 
NamedTuple would be better.  Note that this bug is only about type checking, 
the alternate form of defining named tuples thanks to this ABC is an additional 
feature; Raymond may reject it.

----------

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

Reply via email to