[Tutor] Use Strict or Use Warnings was ( Lists of files)

Mike Hansen mhansen at cso.atmel.com
Tue May 17 17:37:25 CEST 2005


> ------------------------------------------------------------------------
> 
> Subject:
> Re: [Tutor] Lists of files
> From:
> William O'Higgins <william.ohiggins at utoronto.ca>
> Date:
> Mon, 16 May 2005 15:50:37 -0400
> 
> 
[...]
> 
> One last thing - is there an equivalent of the "use strict" and "use
> warnings" pragmas in Python?  Thanks.

The closest thing I've found is PyChecker. It's kind of like
perl -c hardtoreadperlscript.pl

http://pychecker.sourceforge.net/


More information about the Tutor mailing list