mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+
This commit is contained in:
parent
8f3fb72309
commit
9a454021a4
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@
|
|||
:license: Python license.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import re
|
||||
import sys
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue