diff options
author | Barry Warsaw <barry@python.org> | 2022-10-06 20:29:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-06 20:29:52 (GMT) |
commit | effc25f7f25ae1ac053415addc584b050c022dcb (patch) | |
tree | 6472cfff23d4f2001a1ba22420dd30b9d9a35afe /Doc/whatsnew | |
parent | 8af04cdef202364541540ed67e204b71e2e759d0 (diff) | |
download | cpython-effc25f7f25ae1ac053415addc584b050c022dcb.zip cpython-effc25f7f25ae1ac053415addc584b050c022dcb.tar.gz cpython-effc25f7f25ae1ac053415addc584b050c022dcb.tar.bz2 |
Add Pynche's move to the What's new in 3.11 (#97974)
* Add Pynche's move to the What's new in 3.11
* Update Doc/whatsnew/3.11.rst
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.11.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index dafbbb6..6103da7 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 + <https://gitlab.com/warsaw/pynche/-/tree/main>`_ from the Python source tree. + Porting to Python 3.11 ====================== |