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 berker.peksag
Recipients berker.peksag, brett.cannon, ethan.furman, ned.deily
Date 2016-09-30.03:24:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475205856.65.0.952216720961.issue28226@psf.upfronthosting.co.za>
In-reply-to
Content
> Is there a fix for compileall missing from the patch?

No, os.path.* functions have taken care of the conversion, but the output was in the following format:

    Compiling PosixPath('/tmp/tmp_nfh98lw/_test.py')...

I fixed it, added a test for the ddir argument and simplified tests a bit.
History
Date User Action Args
2016-09-30 03:24:16berker.peksagsetrecipients: + berker.peksag, brett.cannon, ned.deily, ethan.furman
2016-09-30 03:24:16berker.peksagsetmessageid: <1475205856.65.0.952216720961.issue28226@psf.upfronthosting.co.za>
2016-09-30 03:24:16berker.peksaglinkissue28226 messages
2016-09-30 03:24:16berker.peksagcreate