summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future_stmt/future_test2.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-108303: Move `test_future` into its own test_future_stmt subdir ↵Victor Stinner2023-10-021-0/+10
(#109368) (#109679) gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368) (cherry picked from commit 82505dc351b2f7e37aa395218709b432d83292cd) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>