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