]> granicus.if.org Git - python/commitdiff
Bug #1560114: the Mac filesystem does have accurate information
authorGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 11:47:00 +0000 (11:47 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 12 Oct 2006 11:47:00 +0000 (11:47 +0000)
about the case of filenames.
 (backport from rev. 52309)

Doc/tut/tut.tex

index e2ebbba94499acf07e6d4ecf51720e9ba9e5adc0..99c7584d51a3a4b876afb7b3b2ea7eafc192ea9a 100644 (file)
@@ -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},