Hard to find bugs, misleading exceptions
Steve Holden
sholden at holdenweb.com
Tue Feb 25 08:03:24 EST 2003
More information about the Python-list mailing list
Tue Feb 25 08:03:24 EST 2003
- Previous message (by thread): Hard to find bugs, misleading exceptions
- Next message (by thread): Hard to find bugs, misleading exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Létezõ" <letezo at fw.hu> wrote in message news:mailman.1046134446.26812.python-list at python.org... > I've installed pychecker ( http://pychecker.sourceforge.net ). It's a very > useful tool that pointed out about 7 previously undetected bugs in 100k > python source code in 1 minutes. It's a great tool, very affordable! > > You can integrate pychecker into the Windows version of SciTE by adding the > following lines to your global or user configuration (properties) file: > > command.name.0.*.py=PyChecker > command.0.*.py=C:\Python22\Scripts\pychecker.bat $(FilePath) > > This adds a Tool menu option to check the python source code in the current > window. Modify the path of pychecker.bat accoring to your installation. > > Anyway, PyChecker did not find the bug related to a missing comma discussed > below, so I'll suppose a check in PyChecker to point out this sort of > mistake. > Useful feedback. I'm appropriately surprised :-) It probably would be a useful check, though how easy it would be to build in I have little idea so I won't waste time speculating. Glad it helped! regards -- Steve Holden http://www.holdenweb.com/ Python Web Programming http://pydish.holdenweb.com/pwp/ Register for PyCon now! http://www.python.org/pycon/reg.html
- Previous message (by thread): Hard to find bugs, misleading exceptions
- Next message (by thread): Hard to find bugs, misleading exceptions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list