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 gregory.p.smith
Recipients gregory.p.smith
Date 2020-02-27.07:30:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582788637.4.0.0788069316215.issue39769@roundup.psfhosted.org>
In-reply-to
Content
Ironically 3.9a4 gains some compileall enhancements that could be used as an awkward workaround from https://bugs.python.org/issue38112:

python 2.7 compile_dir(d, ddir="<foo>") behavior can be had with
python 3.9a4 compile_dir(d, prependdir="<foo>", stripdir=d)

I still intend to fix the actual ddir behavior as it is wrong.
History
Date User Action Args
2020-02-27 07:30:37gregory.p.smithsetrecipients: + gregory.p.smith
2020-02-27 07:30:37gregory.p.smithsetmessageid: <1582788637.4.0.0788069316215.issue39769@roundup.psfhosted.org>
2020-02-27 07:30:37gregory.p.smithlinkissue39769 messages
2020-02-27 07:30:37gregory.p.smithcreate