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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c;p=python Add mention of urlparse becoming RFC 2396 compliant. --- diff --git a/Misc/NEWS b/Misc/NEWS index 8662f10e17..21d0701d02 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.