diff options
author | 2021-01-22 01:19:51 +0000 | |
---|---|---|
committer | 2021-01-21 17:19:51 -0800 | |
commit | 8603dfb4219989644601f6ede75b57e82648cd4e (patch) | |
tree | 87933525918ab55cae1a36fc322c9536e3a5afac /Misc/NEWS.d/next | |
parent | bpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191) (diff) | |
download | cpython-8603dfb4219989644601f6ede75b57e82648cd4e.tar.gz cpython-8603dfb4219989644601f6ede75b57e82648cd4e.tar.bz2 cpython-8603dfb4219989644601f6ede75b57e82648cd4e.zip |
bpo-42384: pdb: correctly populate sys.path[0] (GH-23338)
Automerge-Triggered-By: GH:gvanrossum
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-11-17-14-32-39.bpo-42384.1ZnQSn.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-17-14-32-39.bpo-42384.1ZnQSn.rst b/Misc/NEWS.d/next/Library/2020-11-17-14-32-39.bpo-42384.1ZnQSn.rst new file mode 100644 index 00000000000..ae990162fba --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-11-17-14-32-39.bpo-42384.1ZnQSn.rst @@ -0,0 +1 @@ +Make pdb populate sys.path[0] exactly the same as regular python execution. |