diff options
author | Andrey Bienkowski <hexagonrecursion@gmail.com> | 2021-01-25 21:10:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 21:10:40 (GMT) |
commit | c10180ea1458aa0ffd7793cb75629ebffe8a257e (patch) | |
tree | accda02430e44c1a223d90c9324413ed0ba2382d /Misc | |
parent | 7370be30017f81d2f41f1b4b2abf31dd9a3f8fb1 (diff) | |
download | cpython-c10180ea1458aa0ffd7793cb75629ebffe8a257e.zip cpython-c10180ea1458aa0ffd7793cb75629ebffe8a257e.tar.gz cpython-c10180ea1458aa0ffd7793cb75629ebffe8a257e.tar.bz2 |
[3.8] bpo-42384: pdb: correctly populate sys.path[0] (GH-23338) (#24320)
Diffstat (limited to 'Misc')
-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 0000000..ae99016 --- /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. |