[Python-checkins] python/nondist/peps pep-0273.txt,1.8,1.9

jvr@users.sourceforge.net jvr@users.sourceforge.net
Sat, 21 Dec 2002 03:38:49 -0800


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

Modified Files:
	pep-0273.txt 
Log Message:
typo fix

Index: pep-0273.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0273.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pep-0273.txt	13 Dec 2002 22:13:48 -0000	1.8
--- pep-0273.txt	21 Dec 2002 11:38:47 -0000	1.9
***************
*** 42,46 ****
      The zip archive must be treated exactly as a subdirectory tree so
      we can support package imports based on current and future rules.
!     All zip data is taked from the Central Directory, the data must be
      correct, and brain dead zip files are not accommodated.
  
--- 42,46 ----
      The zip archive must be treated exactly as a subdirectory tree so
      we can support package imports based on current and future rules.
!     All zip data is taken from the Central Directory, the data must be
      correct, and brain dead zip files are not accommodated.