On dom, 2011-11-27 at 23:49 +0100, Martin Zibricky wrote:
> According to http://www.python.org/dev/peps/pep-0235/ this environment
> variable should allow case-insensitive imports of python modules.
> 
> In PyInstaller code there are some snippets using this variable. But it
> is old and exists only for platforms not preserving lowercase and
> uppercase letters in filenames.
> 
> But do we still need to handles this?

As long as it is supported by the import machinery of Python, supporting
it in PyInstaller just means that we are more compatible with Python.
-- 
Giovanni Bajo      ::  Develer S.r.l.
[email protected]  ::  http://www.develer.com

Blog: http://giovanni.bajo.it
Last post: The algorithms behind OTP tokens

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to