On Sun, Nov 11, 2012 at 1:53 PM, Christian Tismer <tis...@stackless.com>wrote:
> Once again on this: > > With the introduction of module folders > without __init__, it has become even harder to deduce a sensible project > root > Dir without relying on a global settings file. Abd as you probably agree, > such files are a bad idea. Any global is bad, also in the file system. > > Guido, this is another reason why I dislike the absence of __init__. : > > Rhere is no longer an indicator that pretty clearly defines the root of my > module heirarchy. > This came up during the discussions leading up to PEP 420, particularly regarding the impact on PEP 395. My thoughts at the time on addressing the problem: http://mail.python.org/pipermail/import-sig/2012-March/000438.html -eric
_______________________________________________ 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