mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Issue #25616: Tests for OrderedDict are extracted from test_collections
into separate file test_ordered_dict.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
683
Lib/test/test_ordered_dict.py
Normal file
683
Lib/test/test_ordered_dict.py
Normal file
File diff suppressed because it is too large
Load Diff
@@ -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?
|
||||
=================================
|
||||
|
||||
Reference in New Issue
Block a user