Xavier de Gaye added the comment:

I think the way the  condition was written previously is more expressive, so 
the patch does not change that. The 'not' here expresses the fact that in the 
shell syntax, the condition is true when the test returns 0 [1], but we still 
want to express the fact that the 'break' is taken when the interpreter version 
matches $PACKAGE_VERSION.

[1] 
https://www.gnu.org/software/bash/manual/html_node/Conditional-Constructs.html#Conditional-Constructs

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27434>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to