[Python-checkins] CVS: python/dist/src/Lib macpath.py,1.28,1.28.4.1
Anthony Baxter
anthonybaxter@users.sourceforge.net
2001年12月04日 21:33:29 -0800
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv16736
Modified Files:
Tag: release21-maint
macpath.py
Log Message:
backport 1.29: Typo fix (spelling mistake in error message).
Index: macpath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/macpath.py,v
retrieving revision 1.28
retrieving revision 1.28.4.1
diff -C2 -d -r1.28 -r1.28.4.1
*** macpath.py 2001年01月24日 06:27:27 1.28
--- macpath.py 2001年12月05日 05:33:27 1.28.4.1
***************
*** 189,193 ****
else:
# best way to handle this is to raise an exception
! raise norm_error, 'Cannot use :: immedeately after volume name'
else:
i = i + 1
--- 189,193 ----
else:
# best way to handle this is to raise an exception
! raise norm_error, 'Cannot use :: immediately after volume name'
else:
i = i + 1