summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2003-10-12 04:38:48 (GMT)
committerBrett Cannon <bcannon@gmail.com>2003-10-12 04:38:48 (GMT)
commit5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c (patch)
treea15ec2062262ec7f8fc310a1264ad23e19d315b3 /Misc
parent112c1d932a6e7564bf11573539ad66d4664ce83f (diff)
downloadcpython-5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c.zip
cpython-5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c.tar.gz
cpython-5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c.tar.bz2
Add mention of urlparse becoming RFC 2396 compliant.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8662f10..21d0701 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.