diff options
author | Brett Cannon <bcannon@gmail.com> | 2003-10-12 04:38:48 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2003-10-12 04:38:48 (GMT) |
commit | 5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c (patch) | |
tree | a15ec2062262ec7f8fc310a1264ad23e19d315b3 | |
parent | 112c1d932a6e7564bf11573539ad66d4664ce83f (diff) | |
download | cpython-5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c.zip cpython-5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c.tar.gz cpython-5d9ca4ebfdd3a6d921a3bdab9e2f3f8e87cf731c.tar.bz2 |
Add mention of urlparse becoming RFC 2396 compliant.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |