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 rhettinger
Recipients
Date 2002-05-24.10:55:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=80475

Looks good.  Compiles okay on Win32.  Regression tests 
(personal testfarm and python standard) run fine.

Consider changing the line in types.py (even if it is going to 
be deprecated) from, XRangeType = type(xrange(0)), to 
XRangeType=xrange.  

Also, do you want to go all the way with this one and 
make the type subclassable like we did with enumerate()?
History
Date User Action Args
2007-08-23 15:13:22adminlinkissue559833 messages
2007-08-23 15:13:22admincreate