[Python-Dev] Empty directory is a namespace? (original) (raw)
Guido van Rossum guido at python.org
Sat Jun 23 17:38:02 CEST 2012
- Previous message: [Python-Dev] Empty directory is a namespace?
- Next message: [Python-Dev] Empty directory is a namespace?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 <solipsis at 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 at 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)
- Previous message: [Python-Dev] Empty directory is a namespace?
- Next message: [Python-Dev] Empty directory is a namespace?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]