• Guido van Rossum's avatar
    - Reverse the meaning of the -m option: warnings about multiple / · a0ca3d61
    Guido van Rossum yazdı
      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.
    a0ca3d61
fixdiv.py 13.5 KB