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 eric.araujo
Recipients amaury.forgeotdarc, eric.araujo, pitrou, pwaller, rhettinger, srid, thead, zuo
Date 2011-03-27.22:34:38
SpamBayes Score 4.1138705e-06
Marked as misclassified No
Message-id <1301265279.05.0.789273518156.issue7796@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2011-03-27 22:34:39eric.araujosetrecipients: + eric.araujo, rhettinger, amaury.forgeotdarc, pitrou, thead, zuo, pwaller, srid
2011-03-27 22:34:39eric.araujosetmessageid: <1301265279.05.0.789273518156.issue7796@psf.upfronthosting.co.za>
2011-03-27 22:34:38eric.araujolinkissue7796 messages
2011-03-27 22:34:38eric.araujocreate