diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 19:04:09 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-08-30 19:04:09 (GMT) |
commit | 7dcb83cdc5b7aae31db3dcb080c50939bff5460d (patch) | |
tree | ca1f515f08a2d3625ddcbef7a74df9bcd265a341 /Misc | |
parent | 75c23bddbec1fbb2ae1d615f4a38db74095f387f (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |