an old idea: getting rid of __init__.py

Eric Snow <[email protected]> Sat, 2 May 2015 16:22:31 -0600
Newsgroups gmane.comp.python.import
Message-ID <CALFfu7BQGqSgQipSKW1cYrNf3E+zdcL_6HnkvwXU8xZW9zammw@mail.gmail.com>
When namespace packages were under discussion I remember we were
seriously considering eliminating the requirement of __init__.py for
*all* packages.  Well, I stumbled onto the following post from Guido
predating namespace packages by several years:

https://mail.python.org/pipermail/python-dev/2006-April/064400.html

Food for thought. :)

-eric

p.s. I haven't yet read through the thread, but I expect the
conversation dragged out long enough that the proposal lost steam.