diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2024-05-05 22:13:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 22:13:50 (GMT) |
commit | 2eb99914c4d9457c6e26ce522e9034309517aae5 (patch) | |
tree | aedd72fc3284ad5d1c2c39003e60d9e0bfd19d71 /Misc | |
parent | b744fa5d3ec2294f3ef94733b728481807ca3039 (diff) | |
download | cpython-2eb99914c4d9457c6e26ce522e9034309517aae5.zip cpython-2eb99914c4d9457c6e26ce522e9034309517aae5.tar.gz cpython-2eb99914c4d9457c6e26ce522e9034309517aae5.tar.bz2 |
Add Lysandros Nikolaou to the News entry of gh-111201 (#118616)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2024-04-28-00-41-17.gh-issue-111201.cQsh5U.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-04-28-00-41-17.gh-issue-111201.cQsh5U.rst b/Misc/NEWS.d/next/Core and Builtins/2024-04-28-00-41-17.gh-issue-111201.cQsh5U.rst index 9176da1..6f1d299 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2024-04-28-00-41-17.gh-issue-111201.cQsh5U.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2024-04-28-00-41-17.gh-issue-111201.cQsh5U.rst @@ -1,4 +1,4 @@ The :term:`interactive` interpreter is now implemented in Python, which allows for a number of new features like colors, multiline input, history -viewing, and paste mode. Contributed by Pablo Galindo and Łukasz Langa based -on code from the PyPy project. +viewing, and paste mode. Contributed by Pablo Galindo, Łukasz Langa and +Lysandros Nikolaou based on code from the PyPy project. |