]> granicus.if.org Git - python/commit
Take namedtuple item names only from ascii_letters (this blew up on OSX),
authorGeorg Brandl <georg@python.org>
Sun, 18 May 2008 10:39:26 +0000 (10:39 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 18 May 2008 10:39:26 +0000 (10:39 +0000)
commit0bb0299ad8c538eb6d24644b8305c45c110d6c4f
tree50a67aa05f5d71c63acc16d6488801c542116ce5
parentf899dfa1d179a126b5e23a9c61199293b89f6d70
Take namedtuple item names only from ascii_letters (this blew up on OSX),
and make sure there are no duplicate names.
Lib/test/test_collections.py