summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-11-15-17-02-00.bpo-42328.bqpPlR.rst
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-11-24 16:48:47 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-11-24 16:48:47 (GMT)
commit88db37442238079a2eff4d142e8e94cfddb58e22 (patch)
treeac4046862624d15d5fb5b09a9fe4104f31c7e3d7 /Misc/NEWS.d/next/Library/2020-11-15-17-02-00.bpo-42328.bqpPlR.rst
parent15d42d7ec6ad4305ea20c7b98ab093bd33bc254c (diff)
downloadcpython-3.9.1rc1.zip
cpython-3.9.1rc1.tar.gz
cpython-3.9.1rc1.tar.bz2
Python 3.9.1rc1v3.9.1rc1
Diffstat (limited to 'Misc/NEWS.d/next/Library/2020-11-15-17-02-00.bpo-42328.bqpPlR.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2020-11-15-17-02-00.bpo-42328.bqpPlR.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-11-15-17-02-00.bpo-42328.bqpPlR.rst b/Misc/NEWS.d/next/Library/2020-11-15-17-02-00.bpo-42328.bqpPlR.rst
deleted file mode 100644
index 7e6a176..0000000
--- a/Misc/NEWS.d/next/Library/2020-11-15-17-02-00.bpo-42328.bqpPlR.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Fixed :meth:`tkinter.ttk.Style.map`. The function accepts now the
-representation of the default state as empty sequence (as returned by
-``Style.map()``). The structure of the result is now the same on all platform
-and does not depend on the value of ``wantobjects``.