mirror of
https://github.com/python/cpython.git
synced 2026-05-16 17:38:22 -04:00
fea2af1e9b
* Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time() returning a floating point number. (And fix old bug in calendar) * Add recursion level to mainloop.mainloop(), to make it reentrant.