Skip to content

Commit

Permalink
Add a What's New entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
serhiy-storchaka committed Dec 4, 2023
1 parent 0d4ca40 commit f831920
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/sys.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1210,7 +1210,7 @@ always available.
Return :const:`True` if the given string is "interned", :const:`False`
otherwise.

.. versionadded:: 3.12
.. versionadded:: 3.13

.. impl-detail::

Expand Down
7 changes: 7 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,13 @@ sqlite3
object is not :meth:`closed <sqlite3.Connection.close>` explicitly.
(Contributed by Erlend E. Aasland in :gh:`105539`.)

sys
---

* Add the :func:`sys._is_interned` function to test if the string was interned.
This function is not guaranteed to exist in all implementations of Python.
(Contributed by Serhiy Storchaka in :gh:`78573`.)

tkinter
-------

Expand Down

0 comments on commit f831920

Please sign in to comment.