From a26449c4f8d1f63203d92cb5866c55caae649471 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 6 Oct 2022 10:06:46 -0700 Subject: [PATCH 1/2] Add Pynche's move to the What's new in 3.11 --- Doc/whatsnew/3.11.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index dafbbb673f0ed6..1f668242639dcf 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1667,6 +1667,10 @@ Removed Python's test suite." (Contributed by Victor Stinner in :issue:`46852`.) +* Pynche - The Pythonically Natural Color and Hue Editor - has been moved out + of ``Tools/scripts`` and is `being developed independently + `_ from the Python source tree. + Porting to Python 3.11 ====================== From 85214143ae6f2948509b6914a168d6fb41448908 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 6 Oct 2022 11:38:49 -0700 Subject: [PATCH 2/2] Update Doc/whatsnew/3.11.rst Co-authored-by: Ezio Melotti --- Doc/whatsnew/3.11.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 1f668242639dcf..6103da76a34d03 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1667,7 +1667,7 @@ Removed Python's test suite." (Contributed by Victor Stinner in :issue:`46852`.) -* Pynche - The Pythonically Natural Color and Hue Editor - has been moved out +* Pynche --- The Pythonically Natural Color and Hue Editor --- has been moved out of ``Tools/scripts`` and is `being developed independently `_ from the Python source tree.