Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) | Nikita Sobolev | 2023-09-15 | 1 | -10/+0 |
| | |||||
* | Fix most trivially-findable print statements. | Guido van Rossum | 2007-02-09 | 1 | -1/+1 |
| | | | | | | | | | 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.) | ||||
* | SF #736962, port test_future to unittest, add a bit more coverage, by Walter ↵ | Neal Norwitz | 2003-12-13 | 1 | -0/+10 |
Dörwald |