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

yeswanth report at bugs.python.org
Sat Feb 19 11:07:07 CET 2011


yeswanth <swamiyeswanth at yahoo.com> added the comment:

I have gone through the source of mkcfg.py and though of implementing version check by calling distutils2.is_valid_version() and then if it results false , call suggest_normalized_version() to ask the user if he would like the suggested version or enter a new version ...if it returns none, prompting the version again . For this i need to create a new function say "check_version()" and call it just after version is asked for in the query_user() function call.

----------

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


More information about the Python-bugs-list mailing list