summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8af85ca..50050c2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -903,13 +903,16 @@ Documentation
- Issue #6556: Fixed the Distutils configuration files location explanation
for Windows.
-
+
- Update python manual page (options -B, -O0, -s, environment variables
PYTHONDONTWRITEBYTECODE, PYTHONNOUSERSITE).
Tests
-----
+- Issue #7783: test.test_support.open_urlresource invalidates the outdated
+ files from the local cache.
+
- Issue #7849: Now the utility ``check_warnings`` verifies if the warnings are
effectively raised.