]> granicus.if.org Git - python/commitdiff
Add mention of urlparse becoming RFC 2396 compliant.
authorBrett Cannon <bcannon@gmail.com>
Sun, 12 Oct 2003 04:38:48 +0000 (04:38 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 12 Oct 2003 04:38:48 +0000 (04:38 +0000)
Misc/NEWS

index 8662f10e178ee1b15d79ed5ef928871bfe7d8a78..21d0701d0280fa06e97502013fd1618fbfc7abd0 100644 (file)
--- 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.