From: Anthony Baxter Date: Tue, 4 Nov 2003 14:35:49 +0000 (+0000) Subject: missing news entry X-Git-Tag: v2.4a1~1327 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92bee360453e01262e31fe1b719f436adeb4ea2d;p=python missing news entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 2449decfa4..1371e6c817 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 -----------