This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erik.bray
Recipients alexis, eric.araujo, erik.bray, tarek
Date 2011-06-20.19:20:42
SpamBayes Score 6.418705e-09
Marked as misclassified No
Message-id <1308597643.18.0.622949056011.issue12377@psf.upfronthosting.co.za>
In-reply-to
Content
This issue was first mentioned in issue12375.  The Distribution.package_dir attribute (which also appears in a few commands) is not used in a consistent manner.  Some code expects it to be a string, while other code expects it to be a dict.

I believe the correct behavior now is for it to be a string, since only one root directory for Python packages is allowed in packaging.

Eric Araujo also points out that packages_root and the associated package_dir attribute are misnamed: They also point to the root for any Python modules.  I'm not sure what a better name would be though--I'm tempted to suggest "source_dir", but that seems a little broad since it doesn't necessarily include C extension source.
History
Date User Action Args
2011-06-20 19:20:43erik.braysetrecipients: + erik.bray, tarek, eric.araujo, alexis
2011-06-20 19:20:43erik.braysetmessageid: <1308597643.18.0.622949056011.issue12377@psf.upfronthosting.co.za>
2011-06-20 19:20:42erik.braylinkissue12377 messages
2011-06-20 19:20:42erik.braycreate