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 r.david.murray
Recipients barry, r.david.murray, rad164
Date 2018-05-15.17:04:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526403848.5.0.682650639539.issue33524@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, interesting.

I could argue that that's a missing feature in Python's slice handling.  The value of text_space at that point is '+inf', and I obviously incorrectly assumed that slicing would treat that as if it were [:].  The counter argument, of course, is that inf is a float not an integer.  I suppose we'll have to use sys.maxsize instead.
History
Date User Action Args
2018-05-15 17:04:08r.david.murraysetrecipients: + r.david.murray, barry, rad164
2018-05-15 17:04:08r.david.murraysetmessageid: <1526403848.5.0.682650639539.issue33524@psf.upfronthosting.co.za>
2018-05-15 17:04:08r.david.murraylinkissue33524 messages
2018-05-15 17:04:08r.david.murraycreate