[Python-checkins] r52310 - python/branches/release25-maint/Doc/tut/tut.tex

georg.brandl python-checkins at python.org
Thu Oct 12 13:47:01 CEST 2006


Author: georg.brandl
Date: Thu Oct 12 13:47:00 2006
New Revision: 52310

Modified:
   python/branches/release25-maint/Doc/tut/tut.tex
Log:
Bug #1560114: the Mac filesystem does have accurate information
about the case of filenames.
 (backport from rev. 52309)

Modified: python/branches/release25-maint/Doc/tut/tut.tex
==============================================================================
--- python/branches/release25-maint/Doc/tut/tut.tex	(original)
+++ python/branches/release25-maint/Doc/tut/tut.tex	Thu Oct 12 13:47:00 2006
@@ -2855,7 +2855,7 @@
 *}?  Ideally, one would hope that this somehow goes out to the
 filesystem, finds which submodules are present in the package, and
 imports them all.  Unfortunately, this operation does not work very
-well on Mac and Windows platforms, where the filesystem does not
+well on Windows platforms, where the filesystem does not
 always have accurate information about the case of a filename!  On
 these platforms, there is no guaranteed way to know whether a file
 \file{ECHO.PY} should be imported as a module \module{echo},


More information about the Python-checkins mailing list