summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2015-08-05 02:59:09 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2015-08-05 02:59:09 (GMT)
commit6e435e2d113593fc36389592d7165941b9ea399b (patch)
treeb84b9429264f39870137261c4c1fbe49afc7c53d /Misc/NEWS
parentec3e16a0f461cee26253da5da7eba131e9e79252 (diff)
parent40648838b271b4314d8e26d53a604018f187bec7 (diff)
downloadcpython-6e435e2d113593fc36389592d7165941b9ea399b.zip
cpython-6e435e2d113593fc36389592d7165941b9ea399b.tar.gz
cpython-6e435e2d113593fc36389592d7165941b9ea399b.tar.bz2
Closes #24751: Merge with 3.5
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ac7b2df..0d86568 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,13 @@ Documentation
- Issue #24729: Correct IO tutorial to match implementation regarding
encoding parameter to open function.
+Tests
+-----
+
+- Issue #24751: When running regrtest with the ``-w`` command line option,
+ a test run is no longer marked as a failure if all tests succeed when
+ re-run.
+
What's New in Python 3.5.0 beta 4?
==================================