Sebastien Douche added the comment:
Oups sorry Eric. I created the report very quickly after a discussion with
Tarek. If you type a wrong command like "python -m distutils2:run wrong",
disutils2 still parses the setup.cfg. How resolve this? Don't know, maybe a
migration to op
New submission from Sebastien Douche :
Distutils2 verify command (like sdist) when he use it. A small optimization is
add the verification step at launch.
--
assignee: tarek
components: Distutils2
messages: 127432
nosy: eric.araujo, sdouche, tarek
priority: normal
severity: normal
Sebastien Douche added the comment:
Thanks Martin for the response, but I cannot understand how implement it after
reading the PEP.
--
___
Python tracker
<http://bugs.python.org/issue11
New submission from Sebastien Douche :
Namespace is very useful. In my company, we use a root namespace (sact.*) and a
sub-namespace for each big project (sact.nevrax.*, sact.storage.*).
--
assignee: tarek
components: Distutils2
messages: 127274
nosy: eric.araujo, sdouche, tarek
New submission from Douche <[EMAIL PROTECTED]>:
This is a basic try (4h) to extract specific SVN code out of the core
and add entry points for:
- filters (.svn, .hg, ...)
- find files in repos
- get revision's number
Thoughts:
- if repos have 2 VCS entries (.svn and .hg for example)