Add mention of urlparse becoming RFC 2396 compliant.

This commit is contained in:
Brett Cannon 2003-10-12 04:38:48 +00:00
parent 112c1d932a
commit 5d9ca4ebfd

View file

@ -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.