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 mdk
Recipients larry, martin.panter, mdk, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2016-12-10.14:54:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481381694.92.0.913656060113.issue28754@psf.upfronthosting.co.za>
In-reply-to
Content
Added a test to ensure compatibility of both hi=None (introduced in original Python version) and hi=-1 (Introduced by the C version).

Modified Python version to be compatible with the C-introduced hi=-1, so that the new test pass.
History
Date User Action Args
2016-12-10 14:54:54mdksetrecipients: + mdk, rhettinger, vstinner, larry, skrah, martin.panter, serhiy.storchaka
2016-12-10 14:54:54mdksetmessageid: <1481381694.92.0.913656060113.issue28754@psf.upfronthosting.co.za>
2016-12-10 14:54:54mdklinkissue28754 messages
2016-12-10 14:54:54mdkcreate