summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-06-11 16:40:15 (GMT)
committerGitHub <noreply@github.com>2024-06-11 16:40:15 (GMT)
commit2dd07fd899da50a0f25f0d586b8615a05b462244 (patch)
tree4b3c22ae8ce614bcfd9b6f2a7abda09637165bf7 /Misc/NEWS.d/next
parent64a61ca13c221bf6a2cba4704e1d822b2c36af27 (diff)
downloadcpython-2dd07fd899da50a0f25f0d586b8615a05b462244.zip
cpython-2dd07fd899da50a0f25f0d586b8615a05b462244.tar.gz
cpython-2dd07fd899da50a0f25f0d586b8615a05b462244.tar.bz2
[3.13] gh-120346: Respect PYTHON_BASIC_REPL when running in interactive inspect mode (GH-120349) (#120351)
(cherry picked from commit ec3af291fe2f680ab277edde7113e2762754f4aa) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst b/Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst
new file mode 100644
index 0000000..eb2d0f9
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst
@@ -0,0 +1,2 @@
+Respect :envvar:`PYTHON_BASIC_REPL` when running in interative inspect mode
+(``python -i``). Patch by Pablo Galindo