Files
RustPython/Lib/test/test_future_stmt/badsyntax_future.py
Terry Tianlin Luan f274164dcd Add __future__.py tests (#6585)
* Added tests for __future__.py from v3.13.10

* * Deleted futures not in v3.13.10
* "Fixed" issues in test_future.py
2025-12-30 12:28:03 +09:00

4 lines
95 B
Python
Vendored

from __future__ import absolute_import
"spam, bar, blah"
from __future__ import print_function