diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-09-28 14:38:31 (GMT) |
---|---|---|
committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2010-09-28 14:38:31 (GMT) |
commit | 01c428999a7051f197ef1d56b70c385e0ea95cbd (patch) | |
tree | 387dd9244cae9a9900e879958860bd2614436819 /Misc | |
parent | 9af738022ee36bd577f1decd181e8a8911691a7b (diff) | |
download | cpython-01c428999a7051f197ef1d56b70c385e0ea95cbd.zip cpython-01c428999a7051f197ef1d56b70c385e0ea95cbd.tar.gz cpython-01c428999a7051f197ef1d56b70c385e0ea95cbd.tar.bz2 |
Fix for issue #9568.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----- |