Kaydet (Commit) 05837ece authored tarafından Terry Jan Reedy's avatar Terry Jan Reedy

Items for NEWS and idlelib/NEWS.txt.

üst ed722d9e
...@@ -2,6 +2,9 @@ What's New in IDLE 2.7.12? ...@@ -2,6 +2,9 @@ What's New in IDLE 2.7.12?
========================== ==========================
*Release date: 2015-06-30?* *Release date: 2015-06-30?*
- Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
is a private implementation of test.test_idle and tool for maintainers.
- Issue #26673: When tk reports font size as 0, change to size 10. - Issue #26673: When tk reports font size as 0, change to size 10.
Such fonts on Linux prevented the configuration dialog from opening. Such fonts on Linux prevented the configuration dialog from opening.
......
...@@ -18,7 +18,7 @@ Core and Builtins ...@@ -18,7 +18,7 @@ Core and Builtins
Some compilers and toolchains are known to not produce stable code when Some compilers and toolchains are known to not produce stable code when
using LTO, be sure to test things thoroughly before relying on it. using LTO, be sure to test things thoroughly before relying on it.
It can provide a few % speed up over profile-opt alone. It can provide a few % speed up over profile-opt alone.
- Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N" - Issue #26168: Fixed possible refleaks in failing Py_BuildValue() with the "N"
format unit. format unit.
...@@ -263,6 +263,8 @@ Library ...@@ -263,6 +263,8 @@ Library
IDLE IDLE
---- ----
- Issue #24759: Make clear in idlelib.idle_test.__init__ that the directory
is a private implementation of test.test_idle and tool for maintainers.
- Issue #26673: When tk reports font size as 0, change to size 10. - Issue #26673: When tk reports font size as 0, change to size 10.
Such fonts on Linux prevented the configuration dialog from opening. Such fonts on Linux prevented the configuration dialog from opening.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment