File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ def get_version_info():
6161 return get_header_version_info ('.' )
6262 except (IOError , OSError ):
6363 version , release = get_sys_version_info ()
64- print >> sys . stderr , 'Can\' t get version info from Include/patchlevel.h, ' \
65- 'using version of this interpreter (%s).' % release
64+ print ( 'Can\' t get version info from Include/patchlevel.h, ' \
65+ 'using version of this interpreter (%s).' % release , file = sys . stderr )
6666 return version , release
6767
6868if __name__ == '__main__' :
Original file line number Diff line number Diff line change @@ -847,6 +847,11 @@ Windows
847847
848848- Issue #28896: Deprecate WindowsRegistryFinder and disable it by default.
849849
850+ Documentation
851+ -------------
852+
853+ - Issue #29349: Fix Python 2 syntax in code for building the documentation.
854+
850855Tests
851856-----
852857
You can’t perform that action at this time.
0 commit comments