Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b154113

Browse files
committed
Issues #29349: Merge Py 2.6+ compatibility from 3.5
2 parents e61592e + 9a45402 commit b154113

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/tools/extensions/patchlevel.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
:license: Python license.
1111
"""
1212

13+
from __future__ import print_function
14+
1315
import os
1416
import re
1517
import sys

0 commit comments

Comments
 (0)