Changes by Satoru Logic :
Added file: http://bugs.python.org/file44942/overridable_time_delay_v2.patch
___
Python tracker
<http://bugs.python.org/issue28329>
___
___
Pytho
New submission from Satoru Logic:
By removing the rich comparison dunder methods, the sorting of events will use
the faster default implementation.
--
components: Library (Lib)
files: simple_def.patch
keywords: patch
messages: 277816
nosy: Satoru Logic
priority: normal
severity: normal
Changes by Satoru Logic :
--
components: Library (Lib)
files: overridable_time_delay.patch
keywords: patch
nosy: Satoru Logic
priority: normal
severity: normal
status: open
title: Add support for customizing scheduler's timefunc and delayfunc using
subclassing
type: enhanc