Issue #25616: Tests for OrderedDict are extracted from test_collections

into separate file test_ordered_dict.
This commit is contained in:
Serhiy Storchaka
2015-11-25 17:12:02 +02:00
3 changed files with 701 additions and 691 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -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?
=================================