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 r.david.murray
Recipients eric.araujo, proski, r.david.murray, terry.reedy
Date 2015-10-09.19:23:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444418631.34.0.649165554429.issue25303@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I'll change the title to reflect the current proposal, and we'll see if anyone is interested in proposing a patch.

The bug with python -m py_compile is when you do:

    python -m py_compile myscript

where myscript is a file containing python code (note there is no .py extension).  In this case you will end up with:

  __pycache__/myscriptcpython-36.pyc

(for example).  This is clearly a bug, but should be reported in a new issue.
History
Date User Action Args
2015-10-09 19:23:51r.david.murraysetrecipients: + r.david.murray, terry.reedy, eric.araujo, proski
2015-10-09 19:23:51r.david.murraysetmessageid: <1444418631.34.0.649165554429.issue25303@psf.upfronthosting.co.za>
2015-10-09 19:23:51r.david.murraylinkissue25303 messages
2015-10-09 19:23:51r.david.murraycreate