mirror of
https://github.com/python/cpython.git
synced 2025-12-31 12:33:28 +00:00
gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| badsyntax_future3.py | ||
| badsyntax_future4.py | ||
| badsyntax_future5.py | ||
| badsyntax_future6.py | ||
| badsyntax_future7.py | ||
| badsyntax_future8.py | ||
| badsyntax_future9.py | ||
| badsyntax_future10.py | ||
| future_test1.py | ||
| future_test2.py | ||
| test_future.py | ||
| test_future_flags.py | ||
| test_future_multiple_features.py | ||
| test_future_multiple_imports.py | ||
| test_future_single_import.py | ||