mirror of
https://github.com/python/cpython.git
synced 2025-11-26 13:22:51 +00:00
Bug #1560114: the Mac filesystem does have accurate information
about the case of filenames.
This commit is contained in:
parent
10f0f691d3
commit
6840fcd800
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
*}? Ideally, one would hope that this somehow goes out to the
|
||||||
filesystem, finds which submodules are present in the package, and
|
filesystem, finds which submodules are present in the package, and
|
||||||
imports them all. Unfortunately, this operation does not work very
|
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
|
always have accurate information about the case of a filename! On
|
||||||
these platforms, there is no guaranteed way to know whether a file
|
these platforms, there is no guaranteed way to know whether a file
|
||||||
\file{ECHO.PY} should be imported as a module \module{echo},
|
\file{ECHO.PY} should be imported as a module \module{echo},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue