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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a454021a4360f0036c9f24c5ccde39900fc1f23;p=python 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 9558b9ce43..919ba4a12e 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