[issue11060] distutils2 sdist does not complain about version that is not PEP 386 compliant

Éric Araujo report at bugs.python.org
Mon Mar 21 13:26:35 CET 2011


Éric Araujo <merwok at netwok.org> added the comment:

Nice test.  Remarks: you don’t need to instantiate MainProgram; the test would be better in test_version; you should test that “0.4.5dev” is rejected, as it’s what was initially reported.

Testing versions in mkcfg will be a bit more difficult; testing versions in sdist and bdist_dumb should be easy.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11060>
_______________________________________


More information about the Python-bugs-list mailing list