diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2013-08-28 18:28:38 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2013-08-28 18:28:38 (GMT) |
commit | eb9736845182a732b2fcfb32730984d7c6fff7f3 (patch) | |
tree | 8f613d582fd60002494fa0f8e4173d730c444abc /Misc | |
parent | 6a53af893ad2708af8dda71515254abd7118d7de (diff) | |
download | cpython-eb9736845182a732b2fcfb32730984d7c6fff7f3.zip cpython-eb9736845182a732b2fcfb32730984d7c6fff7f3.tar.gz cpython-eb9736845182a732b2fcfb32730984d7c6fff7f3.tar.bz2 |
Issue #11798: TestSuite now drops references to own tests after execution.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 2 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -814,6 +814,7 @@ Daniel May Madison May Lucas Maystre Arnaud Mazin +Matt McClure Rebecca McCreary Kirk McDonald Chris McDonough @@ -1336,6 +1337,7 @@ Kevin Walzer Rodrigo Steinmuller Wanderley Ke Wang Greg Ward +Tom Wardill Zachary Ware Jonas Wagner Barry Warsaw @@ -51,6 +51,8 @@ Core and Builtins Library ------- +- Issue #11798: TestSuite now drops references to own tests after execution. + - Issue #16611: http.cookie now correctly parses the 'secure' and 'httponly' cookie flags. |