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 rbcollins
Recipients jftuga, rbcollins, rhettinger, tim.peters, vstinner
Date 2015-08-20.23:08:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440112086.58.0.49720036557.issue24904@psf.upfronthosting.co.za>
In-reply-to
Content
So - I'm with Victor and Raymond here. I think modifying difflib to provide external control over the poor-O components would permit many more benefits than just controlling time: you could wrap them in a timer module to get what this patch does, you could replace them with alternative implementations (e.g. parallel ones).
History
Date User Action Args
2015-08-20 23:08:06rbcollinssetrecipients: + rbcollins, tim.peters, rhettinger, vstinner, jftuga
2015-08-20 23:08:06rbcollinssetmessageid: <1440112086.58.0.49720036557.issue24904@psf.upfronthosting.co.za>
2015-08-20 23:08:06rbcollinslinkissue24904 messages
2015-08-20 23:08:06rbcollinscreate