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 pitrou
Recipients belopolsky, pitrou, rhettinger
Date 2008-04-30.18:31:08
SpamBayes Score 0.02315066
Marked as misclassified No
Message-id <1209580295.6.0.305404249472.issue2723@psf.upfronthosting.co.za>
In-reply-to
Content
Gasp, having len() return something else than the true container size
sounds horrible. At least raising OverflowError makes it clear that
something wrong is going on...
History
Date User Action Args
2008-04-30 18:31:43pitrousetspambayes_score: 0.0231507 -> 0.02315066
recipients: + pitrou, rhettinger, belopolsky
2008-04-30 18:31:36pitrousetspambayes_score: 0.0231507 -> 0.0231507
messageid: <1209580295.6.0.305404249472.issue2723@psf.upfronthosting.co.za>
2008-04-30 18:31:19pitroulinkissue2723 messages
2008-04-30 18:31:17pitroucreate