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 valorien
Recipients giampaolo.rodola, pitrou, rhettinger, valorien
Date 2013-08-31.19:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377977618.14.0.577235264509.issue18896@psf.upfronthosting.co.za>
In-reply-to
Content
@pitrou:
Thank you for your answer.
I agree they should not replace databases or files, but I think 255 is just way too lightweight. It feels unnatural to have this limitation for no specific reason. 

Recently, I've seen a lot of solutions that emulate the namedtuple functionality with some classes in order to workaround this issue, but they all feel "forced" and require some unsavory hacks.

I think namedtuple is one the most useful structures in the language, and like tuples and dicts, shouldn't be limited by design.
History
Date User Action Args
2013-08-31 19:33:38valoriensetrecipients: + valorien, rhettinger, pitrou, giampaolo.rodola
2013-08-31 19:33:38valoriensetmessageid: <1377977618.14.0.577235264509.issue18896@psf.upfronthosting.co.za>
2013-08-31 19:33:38valorienlinkissue18896 messages
2013-08-31 19:33:37valoriencreate