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 brett.cannon
Recipients benjamin.peterson, brett.cannon, fdrake
Date 2008-09-19.02:13:24
SpamBayes Score 1.031879e-06
Marked as misclassified No
Message-id <bbaeab100809181913w32b6a427he19d65b2868fc87b@mail.gmail.com>
In-reply-to <1221789534.42.0.825275132853.issue586680@psf.upfronthosting.co.za>
Content
On Thu, Sep 18, 2008 at 6:58 PM, Brett Cannon <report@bugs.python.org> wrote:
>
> Brett Cannon <brett@python.org> added the comment:
>
> If we think once can reliably add the directory based purely on whether
> it starts with "build/lib.", and then potentially check for a suffix of
> "-pydebug" if we are in a debug build,

... and if there is more than one match in the build directory, either
error out or choose one of the directories somehow. I guess the real
question is how often to people actually have multiple versions of
their built libraries in build/.
History
Date User Action Args
2008-09-19 02:13:26brett.cannonsetrecipients: + brett.cannon, fdrake, benjamin.peterson
2008-09-19 02:13:26brett.cannonlinkissue586680 messages
2008-09-19 02:13:24brett.cannoncreate