[issue12375] Add packages_root to sys.path for hooks

2014-03-12 Thread Éric Araujo

Changes by Éric Araujo :


--
resolution:  -> out of date
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12375] Add packages_root to sys.path for hooks

2011-10-19 Thread Éric Araujo

Éric Araujo  added the comment:

I have a patch for this.

--
assignee: tarek -> eric.araujo
versions: +3rd party

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12375] Add packages_root to sys.path for hooks

2011-06-20 Thread Erik Bray

Erik Bray  added the comment:

Added issue12377 for packages_root/package_dir cleanup.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12375] Add packages_root to sys.path for hooks

2011-06-20 Thread Éric Araujo

Éric Araujo  added the comment:

+1.

About packages_root usage: please file another bug.  I think new code to deal 
with packages_root was added, but internally packages_dir was not cleaned up.  
Another problem is that these arguments affect all modules, not only packages, 
and are thus misnamed.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12375] Add packages_root to sys.path for hooks

2011-06-20 Thread Erik Bray

New submission from Erik Bray :

I just saw issue11637 [Add cwd to sys.path for hooks] and was reminded that 
this would also be useful (and in fact necessary if hook code is in a package 
that's under some root other than cwd).

On a related matter, the current use of Distribution.package_dir is confusing.  
Sometimes it's assumed to be a string, though in other parts of the code it's 
assumed to be a dict to support multiple package dirs--something which I 
thought was going away.

--
assignee: tarek
components: Distutils2
messages: 138737
nosy: alexis, eric.araujo, erik.bray, tarek
priority: normal
severity: normal
status: open
title: Add packages_root to sys.path for hooks
versions: Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com