Commit Graph

5 Commits

Author SHA1 Message Date
Georg Brandl
b1a9f7548b consistency nits 2014-01-22 18:15:42 +01:00
Dmitry Shachnev
ce2185ce27 Modernize the code now that Python 2.5 is no longer supported
- Use print function instead of print statement;
- Use new exception handling;
- Use in operator instead of has_key();
- Do not use tuple arguments in functions;
- Other miscellaneous improvements.

This is based on output of `futurize --stage1`, with some
manual corrections.
2014-01-19 14:17:10 +04:00
Tuomas Räsänen
961b2fb225 Fixed long lines and trailing whitespaces. 2009-05-05 01:03:05 +03:00
Georg Brandl
ae1c7f9d56 Fix a few stylistic nits. 2009-04-13 08:35:05 +00:00
Georg Brandl
9618b0c78a Add makefile target for easy test coverage checking. 2009-02-22 19:00:36 +01:00