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 terry.reedy
Recipients MLModel, georg.brandl, terry.reedy
Date 2009-05-08.18:41:45
SpamBayes Score 0.009274921
Marked as misclassified No
Message-id <1241808107.47.0.0250070102608.issue5953@psf.upfronthosting.co.za>
In-reply-to
Content
Alternatively, range objects could have a .__eq__ method that compares
the (hidden) start, stop, and step attributes used to print the
representations.

As a workaround, str(r1)==str(rs) will work as expected.
History
Date User Action Args
2009-05-08 18:41:47terry.reedysetrecipients: + terry.reedy, georg.brandl, MLModel
2009-05-08 18:41:47terry.reedysetmessageid: <1241808107.47.0.0250070102608.issue5953@psf.upfronthosting.co.za>
2009-05-08 18:41:45terry.reedylinkissue5953 messages
2009-05-08 18:41:45terry.reedycreate