[issue11038] Some commands should stop if Name and Version are missing

Éric Araujo report at bugs.python.org
Thu Feb 10 02:15:44 CET 2011


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

gawel confirmed on IRC that this was an oversight.  On second thought, I decided to remove the constant, which I deemed unneeded: it doesn’t save time for programmers (there is code checking various subsets of the fields everywhere, just one constant does not reduce code significantly), and I don’t think it saves computer time either (local literals vs. global lookup—unprofiled though).  Alexis pulled my change (7e1118583e5f).

----------

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


More information about the Python-bugs-list mailing list