aboutsummaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorAndrey Bienkowski <hexagonrecursion@gmail.com>2021-01-22 01:19:51 +0000
committerGitHub <noreply@github.com>2021-01-21 17:19:51 -0800
commit8603dfb4219989644601f6ede75b57e82648cd4e (patch)
tree87933525918ab55cae1a36fc322c9536e3a5afac /Misc
parentbpo-31904: setup.py: fix cross-compilation on VxWorks (GH-24191) (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-17-14-32-39.bpo-42384.1ZnQSn.rst1
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 0000000000..ae990162fb
--- /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.