]> granicus.if.org Git - python/commit
Fix nonsensical name.
authorÉric Araujo <merwok@netwok.org>
Tue, 31 May 2011 13:05:38 +0000 (15:05 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 31 May 2011 13:05:38 +0000 (15:05 +0200)
commita94bdee2e479cdfa6b98c7d823380a88dcb8c9fd
tree0c53684573575c4527b140d72be149e0b0ff5b1f
parentb4fefc8fa2722afa79fb8f519e74ab0b558ec19f
Fix nonsensical name.

The code used “long” to refer to a long option (e.g. --quiet), which was
probably changed by 2to3 and not caught by the human operator, and then
changed to “integer” by me to avoid shadowing without seeing the real
obvious fix.
Lib/packaging/fancy_getopt.py