2013/5/19 Gregory P. Smith <[email protected]>: > Idea: I don't believe anybody has written a fixer for lib2to3 that applies > fixers to doctests. That'd be an interesting project for someone.
2to3 can operate on doctests, though it doesn't do anything different to them than it does to normal sourcecode. -- Regards, Benjamin _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
