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

2012年10月19日 07:01:51 -0700

On Fri, Oct 19, 2012 at 11:36 PM, Serhiy Storchaka <[email protected]> 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 | [email protected] | Brisbane, Australia
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to