From: Martin Panter Date: Sun, 29 Jan 2017 23:33:13 +0000 (+0000) Subject: Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ X-Git-Tag: v3.6.1rc1~131^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9a454021a4360f0036c9f24c5ccde39900fc1f23;p=thirdparty%2FPython%2Fcpython.git Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+ --- diff --git a/Doc/tools/extensions/patchlevel.py b/Doc/tools/extensions/patchlevel.py index 9558b9ce433c..919ba4a12e99 100644 --- a/Doc/tools/extensions/patchlevel.py +++ b/Doc/tools/extensions/patchlevel.py @@ -10,6 +10,8 @@ :license: Python license. """ +from __future__ import print_function + import os import re import sys