]> granicus.if.org Git - python/commit
- Reverse the meaning of the -m option: warnings about multiple /
authorGuido van Rossum <guido@python.org>
Tue, 4 Sep 2001 16:22:01 +0000 (16:22 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Sep 2001 16:22:01 +0000 (16:22 +0000)
commita0ca3d611e0abc503da85d999069803fe8bed7a1
treea1ffe5e3cfddb3a2206c2229d831bb4c657aab47
parent61b850110f10494cc496e6ba2f01d05a89ddfd5a
- Reverse the meaning of the -m option: warnings about multiple /
  operators per line or statement are now on by default, and -m turns
  these warnings off.

- Change the way multiple / operators are reported; a regular
  recommendation is always emitted after the warning.

- Report ambiguous warnings (both int|long and float|complex used for
  the same operator).

- Update the doc string again to clarify all this and describe the
  possible messages more precisely.
Tools/scripts/fixdiv.py