summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-04-05 09:41:20 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-04-05 09:41:20 (GMT)
commit20bbf54f5ee53b20fa22d0eb2e957f88ac927331 (patch)
tree83c799ee9bca5f7aa5384564b24521e020c4ee46 /Misc
parent9a13b432e73fc19e6c7cf859342af3beb6dcebfc (diff)
downloadcpython-20bbf54f5ee53b20fa22d0eb2e957f88ac927331.zip
cpython-20bbf54f5ee53b20fa22d0eb2e957f88ac927331.tar.gz
cpython-20bbf54f5ee53b20fa22d0eb2e957f88ac927331.tar.bz2
Issue #3033: Add displayof parameter to tkinter font.
Patch by Guilherme Polo.
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 012863c..995900f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and Builtins
Library
-------
+- Issue #3033: Add displayof parameter to tkinter font. Patch by Guilherme Polo.
+
- Issue #14482: Raise a ValueError, not a NameError, when trying to create
a multiprocessing Client or Listener with an AF_UNIX type address under
Windows. Patch by Popa Claudiu.