diff options
author | Thomas Wouters <thomas@python.org> | 2023-10-13 11:40:12 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-10-13 11:40:12 (GMT) |
commit | 11bbe6c6e13980ef9fe2bc4c39b9642524062c4e (patch) | |
tree | d849848fcb2d151def7dff387d60a3d6c83d30c1 /Misc/NEWS.d/next/Core and Builtins | |
parent | 4e011229a9a47c780c4ef6cd756685f15183b920 (diff) | |
parent | 8316769d83a3bb9d11de397ee0ec615a358022bc (diff) | |
download | cpython-11bbe6c6e13980ef9fe2bc4c39b9642524062c4e.zip cpython-11bbe6c6e13980ef9fe2bc4c39b9642524062c4e.tar.gz cpython-11bbe6c6e13980ef9fe2bc4c39b9642524062c4e.tar.bz2 |
Merge branch 'main' of https://github.com/python/cpython
Diffstat (limited to 'Misc/NEWS.d/next/Core and Builtins')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2023-10-13-09-21-29.gh-issue-110805.vhU7A7.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2023-10-13-09-21-29.gh-issue-110805.vhU7A7.rst b/Misc/NEWS.d/next/Core and Builtins/2023-10-13-09-21-29.gh-issue-110805.vhU7A7.rst new file mode 100644 index 0000000..be90bb3 --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2023-10-13-09-21-29.gh-issue-110805.vhU7A7.rst @@ -0,0 +1,2 @@ +Allow the repl to show source code and complete tracebacks. Patch by Pablo +Galindo |