This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tarek
Recipients herzbube, tarek
Date 2009-10-26.22:24:12
SpamBayes Score 0.00021565193
Marked as misclassified No
Message-id <1256595854.1.0.898289813008.issue6860@psf.upfronthosting.co.za>
In-reply-to
Content
It's a bit more complicated.

the option you are desrcibing it just one way to register commands in fact.

Distutils also has a discovery function that will load commands from
packages, and that's where the biggest issue is.
History
Date User Action Args
2009-10-26 22:24:14tareksetrecipients: + tarek, herzbube
2009-10-26 22:24:14tareksetmessageid: <1256595854.1.0.898289813008.issue6860@psf.upfronthosting.co.za>
2009-10-26 22:24:13tareklinkissue6860 messages
2009-10-26 22:24:12tarekcreate