Message388049
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(subprocess).replace("\\n","\n"))
The resulting ./subprocess-py3.py contains the source code for subprocess including:
# Copyright (c) 2003-2005 by Peter Astrand <astrand@lysator.liu.se>
#
# Licensed to PSF under a Contributor Agreement.
# See http://www.python.org/2.4/license for licensing details.
However, the URL is broken, and whatever code Peter Astrand developed may be long gone--I'll leave it up to the devs to determine the correct license, but the link is broken and the code is significantly different even than Python 2.4's. |
|
Date |
User |
Action |
Args |
2021-03-03 19:59:51 | poikilos | set | recipients:
+ poikilos, docs@python |
2021-03-03 19:59:50 | poikilos | set | messageid: <1614801590.99.0.0824232667755.issue43391@roundup.psfhosted.org> |
2021-03-03 19:59:50 | poikilos | link | issue43391 messages |
2021-03-03 19:59:50 | poikilos | create | |
|