summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future_stmt
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-116860: Remove outdated `test_parserhack` from `test_future` ↵Miss Islington (bot)2024-05-281-20/+0
| | | | | | | | (GH-116861) (#119648) gh-116860: Remove outdated `test_parserhack` from `test_future` (GH-116861) (cherry picked from commit 669175bf8edc2c02d48401bac0e4c7d99a33f15b) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
* [3.12] gh-108303: Move `test_future` into its own test_future_stmt subdir ↵Victor Stinner2023-10-0216-0/+682
(#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>