[ python-Bugs-983269 ] incorrect len
SourceForge.net
noreply at sourceforge.net
Thu Jul 1 04:53:53 EDT 2004
Bugs item #983269, was opened at 2004-07-01 16:53
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=983269&group_id=5470
Category: Regular Expressions
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: calvinlow (calvinlow)
Assigned to: Fredrik Lundh (effbot)
Summary: incorrect len
Initial Comment:
a=12345678901
len(`a`) returns 12.
notice that the the length of a numeric value after 10
digits is actually + 1
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=983269&group_id=5470
More information about the Python-bugs-list
mailing list