Yes. Otherwise, where to draw the line? What if it contains a single dot file? What if it contains no Python files? What if it contains only empty subdirectories?
On Sat, Jun 23, 2012 at 8:25 AM, Antoine Pitrou <solip...@pitrou.net> wrote: > > Hello, > > I've just noticed the following: > > $ mkdir foo > $ ./python > Python 3.3.0a4+ (default:837d51ba1aa2+1794308c1ea7+, Jun 23 2012, > 14:43:41) [GCC 4.5.2] on linux > Type "help", "copyright", "credits" or "license" for more information. >>>> import foo >>>> foo > <module 'foo' (namespace)> > > > Should even an empty directory be a valid namespace package? > > Regards > > Antoine. > > > _______________________________________________ > Python-Dev mailing list > Python-Dev@python.org > http://mail.python.org/mailman/listinfo/python-dev > Unsubscribe: > http://mail.python.org/mailman/options/python-dev/guido%40python.org -- --Guido van Rossum (python.org/~guido) _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com