summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2010-09-28 14:38:31 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2010-09-28 14:38:31 (GMT)
commit01c428999a7051f197ef1d56b70c385e0ea95cbd (patch)
tree387dd9244cae9a9900e879958860bd2614436819 /Misc
parent9af738022ee36bd577f1decd181e8a8911691a7b (diff)
downloadcpython-01c428999a7051f197ef1d56b70c385e0ea95cbd.zip
cpython-01c428999a7051f197ef1d56b70c385e0ea95cbd.tar.gz
cpython-01c428999a7051f197ef1d56b70c385e0ea95cbd.tar.bz2
Fix for issue #9568.
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 dfabd85..8d8a9b3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -263,6 +263,8 @@ Tests
- Issue #9323: Make test.regrtest.__file__ absolute, this was not always the
case when running profile or trace, for example.
+- Issue #9568: Fix test_urllib2_localnet on OS X 10.3.
+
Build
-----