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 eric.araujo
Recipients Peter.Waller, alexis, carljm, eric.araujo, higery, meatballhat, michael.mulich, tarek
Date 2011-07-12.14:18:07
SpamBayes Score 0.0008879633
Marked as misclassified No
Message-id <1310480287.73.0.082993379714.issue8668@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, I just realized that one thing I insisted on was wrong.

I pushed for the modules to be built in the build dir, as well as the dist-info dir, so that the build dir can be added to sys.path to let both import and packaging.database find the files.  But this breaks one important develop feature: editions to the code should be visible immediately, without having to re-run develop or build.
History
Date User Action Args
2011-07-12 14:18:07eric.araujosetrecipients: + eric.araujo, tarek, carljm, meatballhat, Peter.Waller, alexis, michael.mulich, higery
2011-07-12 14:18:07eric.araujosetmessageid: <1310480287.73.0.082993379714.issue8668@psf.upfronthosting.co.za>
2011-07-12 14:18:07eric.araujolinkissue8668 messages
2011-07-12 14:18:07eric.araujocreate