[Python-checkins] python/dist/src/Lib urllib2.py,1.63,1.64

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Tue Apr 6 15:43:09 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28027

Modified Files:
	urllib2.py 
Log Message:
Fix comment typo

Index: urllib2.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/urllib2.py,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** urllib2.py	24 Feb 2004 19:40:33 -0000	1.63
--- urllib2.py	6 Apr 2004 19:43:03 -0000	1.64
***************
*** 1016,1020 ****
      """Parse lists as described by RFC 2068 Section 2.
  
!     In particular, parse comman-separated lists where the elements of
      the list may include quoted-strings.  A quoted-string could
      contain a comma.
--- 1016,1020 ----
      """Parse lists as described by RFC 2068 Section 2.
  
!     In particular, parse comma-separated lists where the elements of
      the list may include quoted-strings.  A quoted-string could
      contain a comma.




More information about the Python-checkins mailing list