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 _doublep
Recipients _doublep, belopolsky, benjamin.peterson, gregory.p.smith, hagen, pitrou, rbp, rhettinger
Date 2008-08-30.15:34:07
SpamBayes Score 0.0057853977
Marked as misclassified No
Message-id <1220110448.54.0.258871817936.issue2723@psf.upfronthosting.co.za>
In-reply-to
Content
I'm also absolutely against having len() lying to me.  This would be a
welcome to bump into some other hideous error later, e.g. discarding
part of data as I'd think it wasn't there.  Better raise an exception as
now, at least then programmers will know something is wrong and have a
chance to workaround, etc.
History
Date User Action Args
2008-08-30 15:34:08_doublepsetrecipients: + _doublep, rhettinger, gregory.p.smith, belopolsky, pitrou, benjamin.peterson, rbp, hagen
2008-08-30 15:34:08_doublepsetmessageid: <1220110448.54.0.258871817936.issue2723@psf.upfronthosting.co.za>
2008-08-30 15:34:07_doubleplinkissue2723 messages
2008-08-30 15:34:07_doublepcreate