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 gpery
Recipients gpery, rhettinger, xtreak
Date 2019-06-11.15:40:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560267631.78.0.189809720047.issue37229@roundup.psfhosted.org>
In-reply-to
Content
What do you propose to do for objects outside your project?
Replace their __lt__ method with a context manager which replaces the original implementation, for lists at a time?

__lt__ is not good enough as a one-way-to-do-it solution.
issue4356 is also a good-enough solution for me, but __lt__ definitely isn't.
History
Date User Action Args
2019-06-11 15:40:31gperysetrecipients: + gpery, rhettinger, xtreak
2019-06-11 15:40:31gperysetmessageid: <1560267631.78.0.189809720047.issue37229@roundup.psfhosted.org>
2019-06-11 15:40:31gperylinkissue37229 messages
2019-06-11 15:40:31gperycreate