summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2004-08-03 12:59:55 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2004-08-03 12:59:55 (GMT)
commit65a7975f16f92f0e715a16b807f732c0d7a34bf0 (patch)
tree46fa7085e1ae348e91b06029f02debdf0ecd4b07 /Misc
parent7db57b3b419897d93ca2fa75a0cb0a03c25916fd (diff)
downloadcpython-65a7975f16f92f0e715a16b807f732c0d7a34bf0.zip
cpython-65a7975f16f92f0e715a16b807f732c0d7a34bf0.tar.gz
cpython-65a7975f16f92f0e715a16b807f732c0d7a34bf0.tar.bz2
Patch #994595: Recognize Basic auth even if other schemes are offered.
Will backport to 2.3.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index edd5989..291cc77 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@ Extension modules
Library
-------
+- urllib2 now recognizes Basic authentication even if other authentication
+ schemes are offered.
+
- Bug #1001053. wave.open() now accepts unicode filenames.
- gzip.GzipFile has a new fileno() method, to retrieve the handle of the