From: Georg Brandl Date: Thu, 12 Oct 2006 11:46:57 +0000 (+0000) Subject: Bug #1560114: the Mac filesystem does have accurate information X-Git-Tag: v2.6a1~2571 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6840fcd80023366b99d506f2c92b6994f95dbbf3;p=thirdparty%2FPython%2Fcpython.git Bug #1560114: the Mac filesystem does have accurate information about the case of filenames. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index e2ebbba94499..99c7584d51a3 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex @@ -2855,7 +2855,7 @@ Now what happens when the user writes \code{from Sound.Effects import *}? 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},