summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-05-31 08:35:21 (GMT)
committerGitHub <noreply@github.com>2024-05-31 08:35:21 (GMT)
commit8470593a98a5f17d72bea0df8287f43ba4f7f627 (patch)
treee761a05f2d60a5ad4510ddcdb42b4cc9f051e3f2 /Misc
parent978b86a91e381bf7cc987ac3e44b0251e4a474ba (diff)
downloadcpython-8470593a98a5f17d72bea0df8287f43ba4f7f627.zip
cpython-8470593a98a5f17d72bea0df8287f43ba4f7f627.tar.gz
cpython-8470593a98a5f17d72bea0df8287f43ba4f7f627.tar.bz2
[3.13] gh-119548: Add a 'clear' command to the REPL (GH-119549) (#119552)
gh-119548: Add a 'clear' command to the REPL (GH-119549) (cherry picked from commit e3bac04c37f6823cebc74d97feae0e0c25818b31) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Core and Builtins/2024-05-25-16-45-27.gh-issue-119548.pqF9Y6.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-05-25-16-45-27.gh-issue-119548.pqF9Y6.rst b/Misc/NEWS.d/next/Core and Builtins/2024-05-25-16-45-27.gh-issue-119548.pqF9Y6.rst
new file mode 100644
index 0000000..0318790
--- /dev/null
+++ b/Misc/NEWS.d/next/Core and Builtins/2024-05-25-16-45-27.gh-issue-119548.pqF9Y6.rst
@@ -0,0 +1 @@
+Add a ``clear`` command to the REPL. Patch by Pablo Galindo