History log of /external/python/cpython3/Lib/test/badsyntax_future8.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
be19ed77ddb047e02fe94d142181062af6d99dcc 09-Feb-2007 Guido van Rossum <guido@python.org> Fix most trivially-findable print statements.

There's one major and one minor category still unfixed:
doctests are the major category (and I hope to be able to augment the
refactoring tool to refactor bona fide doctests soon);
other code generating print statements in strings is the minor category.

(Oh, and I don't know if the compiler package works.)
/external/python/cpython3/Lib/test/badsyntax_future8.py
328f338196f79e68f867a35cda171f01abef4f8e 13-Dec-2003 Neal Norwitz <nnorwitz@gmail.com> SF #736962, port test_future to unittest, add a bit more coverage, by Walter Dörwald
/external/python/cpython3/Lib/test/badsyntax_future8.py