On Tue, Oct 26, 2010 at 1:39 PM, Raymond Hettinger <[email protected]> wrote: .. > Packaging is not always wrong. Maybe it was the right thing to do for > unittest, maybe not.
This is an example that I personally find ill-justified. Particularly annoying is the fact that opening __init__.py gives you a list of relative imports and sends you to the next file for everything else. Having both main.py and __main__.py seems redundant. What were the benefits that justified unittest.py split? _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
