[issue4033] python search path - .pth recursion

2012-05-22 Thread Brett Cannon
Brett Cannon added the comment: The docs for 2.7 are a little more clear: http://docs.python.org/install/index.html#inst-search-path says it is not recursive. And looking at the code (http://hg.python.org/cpython/file/086afe7b61f5/Lib/site.py#l184) backs that up. -- resolution: -> o

[issue4033] python search path - .pth recursion

2012-05-21 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +brett.cannon, gagenellina, gbloisi versions: +Python 3.3 -Python 3.1 ___ Python tracker ___ ___ Pyth

[issue4033] python search path - .pth recursion

2012-05-21 Thread Matt B
Changes by Matt B : -- nosy: +Matt.B ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mail

[issue4033] python search path - .pth recursion

2011-03-08 Thread Graham Wideman
Changes by Graham Wideman : -- nosy: +gwideman ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue4033] python search path - .pth recursion

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

[issue4033] python search path - .pth recursion

2009-09-17 Thread Bill Janssen
Bill Janssen added the comment: Looks like 1431 was closed by removing a line from the documentation, so it's not surprising that it's not clear. -- nosy: +janssen ___ Python tracker ___

[issue4033] python search path - .pth recursion

2008-10-03 Thread jolleyjoe
New submission from jolleyjoe <[EMAIL PROTECTED]>: I have an a.pth file in dir_a with a line that says: dir_b In dir_b, I have a b.pth file that lists some eggs in dir_b: JCC-1.9-py2.5-linux-i686.egg lucene-2.3.2-py2.5-linux-i686.egg >From http://www.python.org/doc/2.5.2/inst/search-path.html