summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-04-03 06:48:07 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-04-03 06:48:07 (GMT)
commit39f0037735562462efeebb11f319bd8b71a32c46 (patch)
tree5b77ead09cf02312a1a8b965a996a0f7df5f7f90 /Misc
parent5af3e1afb07a5d5409a149fe6640778b8adb6050 (diff)
downloadcpython-39f0037735562462efeebb11f319bd8b71a32c46.zip
cpython-39f0037735562462efeebb11f319bd8b71a32c46.tar.gz
cpython-39f0037735562462efeebb11f319bd8b71a32c46.tar.bz2
Issue #802310: Generate always unique tkinter font names if not directly passed
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a05802..5d8b975 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and Builtins
Library
-------
+- Issue #802310: Generate always unique tkinter font names if not directly passed.
+
- Issue #14151: Raise a ValueError, not a NameError, when trying to create
a multiprocessing Client or Listener with an AF_PIPE type address under
non-Windows platforms. Patch by Popa Claudiu.