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 christian.heimes
Recipients
Date 2007-05-21.09:25:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
You forgot two things:

 * check for isalnum() instead of isalpha() to allow numbers in type and field names. The current check disallows Point = NamedTuple('Point3', 'x1 x2 x3')
 * add unit tests to verify that a value error is raised
History
Date User Action Args
2007-08-23 14:54:00adminlinkissue1722239 messages
2007-08-23 14:54:00admincreate