On Wed, May 29, 2013 at 12:03 AM, Serhiy Storchaka <[email protected]> wrote: > 28.05.13 16:07, Nick Coghlan написав(ла): >> >> On Tue, May 28, 2013 at 10:31 PM, Antoine Pitrou <[email protected]> >> wrote: >>> >>> Le Tue, 28 May 2013 22:15:25 +1000, >>> Nick Coghlan <[email protected]> a écrit : >>>> >>>> * moved the main executable source file from Modules to a separate >>>> Apps directory >>> >>> Sounds fine (I don't like "Apps" much, but hey :-)). >> >> Unfortunately, I don't know any other short word for "things with main >> functions that we ship to end users" :) > > main
IIRC, the reason I avoided that originally was due to the potential confusion between C's main and Python's main. I don't know why I didn't think of Fred's suggestion of "Programs" - I think that contrasts nicely with Modules, so I'd like to run with that. Cleanly separating out the main functions affected the PEP 432 feature branch directly because the whole point of that PEP is to make all of them simpler by moving more of the relevant code into the shared library. However, I really *don't* want to dive into the seemingly random allocation of some things between the Python/ subdir and the Modules/ subdir . If there's a consistent pattern there, I think it may be lost somewhere back in the 20th century, as I've never been able to figure one out... Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ 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
