[Python-ideas] Changing the name of __pycache__

M.-A. Lemburg mal at egenix.com
Wed Feb 9 19:59:15 CET 2011


Nick Coghlan wrote:
> On Wed, Feb 9, 2011 at 9:16 PM, M.-A. Lemburg <mal at egenix.com> wrote:
>> Ok, but why don't those pyc files support the same <magic> add-on
>> as the files in the __pycache__ dir ?
> 
> Because the idea was mainly to retain the legacy .pyc support so we
> didn't break any sourceless distributions that already worked, not to
> encourage more of them. If people want to target a specific
> interpreter and ship sourceless, they can do that, or they can target
> multiple interpreter implementations by shipping the source.

Why alienate sourceless distributions by not supporting the same
logic in the main package dir ?

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Feb 09 2011)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/



More information about the Python-ideas mailing list