sphinx/utils
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
..
check_sources.py Modernize the code now that Python 2.5 is no longer supported 2014-01-19 14:17:10 +04:00
convert.py Copyright header update. 2013-04-01 11:41:48 +02:00
pylintrc Fix some XXXes. 2010-01-17 19:21:04 +01:00
reindent.py Modernize the code now that Python 2.5 is no longer supported 2014-01-19 14:17:10 +04:00
release-checklist checklist: add a reminder to remove build/ to run 2to3 correctly 2014-01-10 09:39:39 +01:00