mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
37b261799b
gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
(cherry picked from commit 82505dc351)
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
4 lines
95 B
Python
4 lines
95 B
Python
from __future__ import absolute_import
|
|
"spam, bar, blah"
|
|
from __future__ import print_function
|