]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add Lysandros Nikolaou to the News entry of gh-111201 (#118616)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Sun, 5 May 2024 22:13:50 +0000 (23:13 +0100)
committerGitHub <noreply@github.com>
Sun, 5 May 2024 22:13:50 +0000 (22:13 +0000)
Misc/NEWS.d/next/Core and Builtins/2024-04-28-00-41-17.gh-issue-111201.cQsh5U.rst

index 9176da155d48fbe94d930ef13a717300d1395a8d..6f1d29997e30b1afc1a14c9251ec529fa7447966 100644 (file)
@@ -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.