[Python-Dev] Correction: Deprecation warning on integer shifts and such
Guido van Rossum
guido@python.org
Mon, 12 Aug 2002 17:29:12 -0400
> I'll retract this statement after a bit of research: it turns
> out there are only very few of those 6000 constants that
> actually run afoul of the warning, so I can fix those by hand.
>
> That is, if there's actually a warning for every bad constant,
> not just once per module...
If you want to get the warnings for each line, use "python -Wall".
--Guido van Rossum (home page: http://www.python.org/~guido/)