Brett Cannon wrote:
There is a general dislike in putting code in a package's __init__
module.

Why? What's the point of having an __init__.py file if
you're not allowed to put any code there?

If it's something that applies to the package as a
whole, that seems like the obvious place to put it.

--
Greg
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to