[issue935117] pkgutil doesn't understand case-senseless filesystems

2013-06-19 Thread Ankur Ankan
Changes by Ankur Ankan : -- nosy: +Ankur.Ankan ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue935117] pkgutil doesn't understand case-senseless filesystems

2013-03-30 Thread Éric Araujo
Éric Araujo added the comment: With the advent of implicit namespace packages in 3.3, I don’t know if anything in pkgutil will be done for this use case. (BTW is it normal that pkgutil.extend_path is not at least doc-deprecated?) -- nosy: +eric.araujo, eric.smith _

[issue935117] pkgutil doesn't understand case-senseless filesystems

2013-03-28 Thread Anthony Kong
Changes by Anthony Kong : -- nosy: +Anthony.Kong ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue935117] pkgutil doesn't understand case-senseless filesystems

2011-03-08 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- versions: +Python 3.3 -Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list

[issue935117] pkgutil doesn't understand case-senseless filesystems

2010-11-06 Thread Éric Araujo
Changes by Éric Araujo : -- versions: +Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue935117] pkgutil doesn't understand case-senseless filesystems

2009-02-14 Thread Fred L. Drake, Jr.
Changes by Fred L. Drake, Jr. : ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/

[issue935117] pkgutil doesn't understand case-senseless filesystems

2009-02-14 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. added the comment: Antoine: I agree programmers shouldn't try to create situations like this. Consider however an application assembled using a build tool like zc.buildout, which installs each package into a separate installation location (based on setuptools and easy_install

[issue935117] pkgutil doesn't understand case-senseless filesystems

2009-02-14 Thread Antoine Pitrou
Antoine Pitrou added the comment: Perhaps it's just me, but Fred's use case looks horrible. If you have three packages named "foo", "Foo" and "foo", all of which reachable through sys.path on a case-insensitive filesystem, I'm not sure how to expect Python to make sense out of the situation. IMH

[issue935117] pkgutil doesn't understand case-senseless filesystems

2009-02-14 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +tarek stage: -> test needed versions: +Python 2.7 -Python 2.5, Python 2.6 ___ Python tracker ___ ___

[issue935117] pkgutil doesn't understand case-senseless filesystems

2008-01-03 Thread Christian Heimes
Christian Heimes added the comment: Fred, do you still want to fix the bug? -- nosy: +tiran type: -> rfe versions: +Python 2.5, Python 2.6 -Python 2.3 Tracker <[EMAIL PROTECTED]> _