[Python-checkins] python/dist/src/Misc NEWS,1.866,1.867

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sun Oct 12 00:38:50 EDT 2003


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv32009/Misc

Modified Files:
	NEWS 
Log Message:
Add mention of urlparse becoming RFC 2396 compliant.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.866
retrieving revision 1.867
diff -C2 -d -r1.866 -r1.867
*** NEWS	8 Oct 2003 21:08:29 -0000	1.866
--- NEWS	12 Oct 2003 04:38:48 -0000	1.867
***************
*** 56,59 ****
--- 56,61 ----
  -------
  
+ - 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





More information about the Python-checkins mailing list