Gregory P. Smith <g...@krypto.org> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39769>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to