diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2003-11-04 14:35:49 +0000 |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2003-11-04 14:35:49 +0000 |
commit | 92bee360453e01262e31fe1b719f436adeb4ea2d (patch) | |
tree | ed2fa625bd698ead50d8c7a2a3c7c0ddbb356fb2 /Misc | |
parent | * SF patch 835100 - C++ // comments are not allowed. Use /* */ (diff) | |
download | cpython-92bee360453e01262e31fe1b719f436adeb4ea2d.tar.gz cpython-92bee360453e01262e31fe1b719f436adeb4ea2d.tar.bz2 cpython-92bee360453e01262e31fe1b719f436adeb4ea2d.zip |
missing news entry
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS index 2449decfa4a..1371e6c8171 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -144,6 +144,8 @@ Library - random.cunifvariate() and random.stdgamma() were deprecated in Py2.3 and removed in Py2.4. +- Bug #823328: urllib2.py's HTTP Digest Auth support works again. + Tools/Demos ----------- |