Files
cpython/Python
Victor Stinner a1a99b4bb7 bpo-20443: No longer make sys.argv[0] absolute for script (GH-17534)
In Python 3.9.0a1, sys.argv[0] was made an asolute path if a filename
was specified on the command line. Revert this change, since most
users expect sys.argv to be unmodified.
2019-12-09 17:34:02 +01:00
..
2019-09-21 12:57:44 -07:00
2016-09-07 09:26:18 -07:00
2009-04-27 20:54:42 +00:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library