diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -32,6 +32,12 @@ Library - Issue #25624: ZipFile now always writes a ZIP_STORED header for directory entries. Patch by Dingyuan Wang. +Tests +----- + +- Issue #25616: Tests for OrderedDict are extracted from test_collections + into separate file test_ordered_dict. + What's New in Python 3.5.1 final? ================================= |