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 r.david.murray
Recipients py.user, r.david.murray
Date 2015-06-12.21:48:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1434145713.03.0.508108767053.issue24441@psf.upfronthosting.co.za>
In-reply-to
Content
There's no real reason to throw an error here, and to do so would break backward compatibility and, arguably, functionality: someone autogenerating a choices list might depend on the empty list working.
History
Date User Action Args
2015-06-12 21:48:33r.david.murraysetrecipients: + r.david.murray, py.user
2015-06-12 21:48:33r.david.murraysetmessageid: <1434145713.03.0.508108767053.issue24441@psf.upfronthosting.co.za>
2015-06-12 21:48:33r.david.murraylinkissue24441 messages
2015-06-12 21:48:32r.david.murraycreate