[Python-checkins] [Python-Dev] cpython (2.7): Issue #6074: Restore the long-broken support for running with read-only source

Nick Coghlan ncoghlan at gmail.com
Fri Oct 19 15:57:50 CEST 2012


On Fri, Oct 19, 2012 at 11:36 PM, Serhiy Storchaka <storchaka at gmail.com> wrote:
> Why not just
>
>     return (name + os.extsep + "py",
>
>             name + os.extsep + "pyc",
>             name + os.extsep + "pyo",
>             name + os.extsep + "pyw",
>             name + "$py.class")

No good reason - I copied the shape of the existing code without
really thinking about it.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-checkins mailing list