diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ Extension modules Library ------- +- The classes in threading.py are now new-style classes. That they + weren't before was an oversight. + - SF bug 763023: fix uncaught ZeroDivisionError in difflib ratio methods when there are no lines. |