SIGN IN SIGN UP

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.
V
Victor Stinner committed
a1a99b4bb7cbe2dbc55a1d92c3c509b4466d3c3b
Parent: d219cc4
Committed by GitHub <noreply@github.com> on 12/9/2019, 4:34:02 PM