[Python-checkins] python/nondist/peps pep-0042.txt,1.68,1.69

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Thu, 06 Feb 2003 14:11:04 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv29446

Modified Files:
	pep-0042.txt 
Log Message:
Fix typo.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.68
retrieving revision 1.69
diff -C2 -d -r1.68 -r1.69
*** pep-0042.txt	6 Feb 2003 17:57:14 -0000	1.68
--- pep-0042.txt	6 Feb 2003 22:11:01 -0000	1.69
***************
*** 171,175 ****
  
      - urlparse should be updated to comply with RFC 2396, which
!       defines optional parameters for each segment of the page.
  
        http://www.python.org/sf/210834
--- 171,175 ----
  
      - urlparse should be updated to comply with RFC 2396, which
!       defines optional parameters for each segment of the path.
  
        http://www.python.org/sf/210834