]> granicus.if.org Git - python/commitdiff
Issue #29349: Use __future__ print_function; Sphinx may use Python 2.6+
authorMartin Panter <vadmium+py@gmail.com>
Sun, 29 Jan 2017 23:33:13 +0000 (23:33 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 29 Jan 2017 23:33:13 +0000 (23:33 +0000)
Doc/tools/extensions/patchlevel.py

index 9558b9ce433c5b20028c618be44979f412897c0c..919ba4a12e99899a3498ab9dde7cc7cfebd90d04 100644 (file)
@@ -10,6 +10,8 @@
     :license: Python license.
 """
 
+from __future__ import print_function
+
 import os
 import re
 import sys