Skip to content

Commit 6405c1c

Browse files
committed
blurb
1 parent 60f9545 commit 6405c1c

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:mod:`tkinter`: the types :class:`!_tkinter.Tcl_Obj` (wrapper for Tcl objects),
2+
:class:`!_tkinter.tktimertoken` (obtained by calling ``createtimerhandler()``
3+
on a :attr:`Tk <tkinter.Tk.tk>` application) and :class:`!_tkinter.tkapp`
4+
(the runtime type of Tk applications) are now immutable.
5+
Patch by Bénédikt Tran.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:mod:`os`: the :class:`os.DirEntry` type and the type of :func:`os.scandir`
2+
are now immutable. Patch by Bénédikt Tran.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
:mod:`zlib`: the types of :func:`zlib.compressobj`
2+
and :func:`zlib.decompressobj` are now immutable.
3+
Patch by Bénédikt Tran.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
:mod:`curses.panel`: the type of :func:`curses.panel.new_panel` is now
2+
immutable. Patch by Bénédikt Tran.

0 commit comments

Comments
 (0)