summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-08-30 19:04:09 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-08-30 19:04:09 (GMT)
commit7dcb83cdc5b7aae31db3dcb080c50939bff5460d (patch)
treeca1f515f08a2d3625ddcbef7a74df9bcd265a341 /Misc
parent75c23bddbec1fbb2ae1d615f4a38db74095f387f (diff)
downloadcpython-7dcb83cdc5b7aae31db3dcb080c50939bff5460d.zip
cpython-7dcb83cdc5b7aae31db3dcb080c50939bff5460d.tar.gz
cpython-7dcb83cdc5b7aae31db3dcb080c50939bff5460d.tar.bz2
Bug #1709599: Run test_1565150 only if the file system is NTFS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 00c1ffc..cdde38d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -240,6 +240,8 @@ Core and builtins
Library
-------
+- Bug #1709599: Run test_1565150 only if the file system is NTFS.
+
- When encountering a password-protected robots.txt file the RobotFileParser
no longer prompts interactively for a username and password (bug 813986).