[Python-bugs-list] [Bug #121965] 10 in xrange(10) returns 1

noreply@sourceforge.net noreply@sourceforge.net
Wed, 8 Nov 2000 06:11:58 -0800


Bug #121965, was updated on 2000-Nov-08 06:11
Here is a current snapshot of the bug.

Project: Python
Category: Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Summary: 10 in xrange(10) returns 1

Details: C:\Python20>python.exe
Python 2.0 (#8, Oct 24 2000, 15:02:23) [MSC 32 bit (Intel)] on win32
Type "copyright", "credits" or "license" for more information.
>>> 10 in xrange(10)
1
>>> 10 in range(10)
0
>>>

For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=121965&group_id=5470