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

Éric Araujo report at bugs.python.org
Sun Feb 20 14:03:49 CET 2011


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

Not bad!  You need to test the script, at least manually, if possible with unit tests.  This typo slipped in:

+		    self.data.get['version']=suggested_version
Remove “.get” (also add spaces around operators).

----------

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


More information about the Python-bugs-list mailing list