[issue43391] The comments have invalid license information (broken Python 2.4 URL for Python 3)
Jake Gustafson added the comment: *significantly different even than Python 2.7.16's. -- ___ Python tracker <https://bugs.python.org/issue43391> ___ ___
[issue43391] The comments have invalid license information (broken Python 2.4 URL for Python 3)
New submission from Jake Gustafson : Steps to reproduce the issue: - Run Python 3.7.3 (or later, possibly) with the following code: import subprocess import inspect with open("subprocess-py3.py", 'w') as outs: outs.write(inspect.getsource(subproces