On Sun, Jan 31, 2010 at 1:03 PM, Simon Cross <[email protected]> wrote: > I don't know whether I in favour of using a single pyr folder or not > but if a single folder is used I'd definitely prefer the folder to be > called __pyr__ rather than .pyr.
Do you have any specific reason for that? Using the leading dot notation is an established pattern to hide non-essential information from directory views. What makes this non-applicable in this situation and a custom Python notation better? Hanno _______________________________________________ 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
