From: Brett Cannon Date: Sun, 12 Oct 2003 04:38:48 +0000 (+0000) Subject: Add mention of urlparse becoming RFC 2396 compliant. X-Git-Tag: v2.4a1~1439 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c;p=thirdparty%2FPython%2Fcpython.git Add mention of urlparse becoming RFC 2396 compliant. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8662f10e178e..21d0701d0280 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -55,6 +55,8 @@ Extension modules Library ------- +- urlparse is RFC 2396 compliant. + - The fieldnames argument to the csv module's DictReader constructor is now optional. If omitted, the first row of the file will be used as the list of fieldnames.