summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorsobolevn <mail@sobolevn.me>2024-09-05 15:17:24 (GMT)
committerGitHub <noreply@github.com>2024-09-05 15:17:24 (GMT)
commitaa1339aaaa6363c38186defaa079d069b4cb08b2 (patch)
tree06542ae4797cf44cd37423f7124013d6959aede6 /Misc/NEWS.d/next
parent327463aef173a1cb9659bccbecfff4530bbe6bbf (diff)
downloadcpython-aa1339aaaa6363c38186defaa079d069b4cb08b2.zip
cpython-aa1339aaaa6363c38186defaa079d069b4cb08b2.tar.gz
cpython-aa1339aaaa6363c38186defaa079d069b4cb08b2.tar.bz2
gh-123240: Raise input audit events in the new REPL (#123274)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2024-08-24-00-03-01.gh-issue-123240.uFPG3l.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-08-24-00-03-01.gh-issue-123240.uFPG3l.rst b/Misc/NEWS.d/next/Library/2024-08-24-00-03-01.gh-issue-123240.uFPG3l.rst
new file mode 100644
index 0000000..e6ea6c3
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-08-24-00-03-01.gh-issue-123240.uFPG3l.rst
@@ -0,0 +1 @@
+Raise audit events for the :func:`input` in the new REPL.