summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-25 09:53:12 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-07-25 09:53:12 (GMT)
commit0b48303f28fa4846c713240c57501d5fa70436c7 (patch)
treebb5687723d7640bc7ddb2d05db8ed075205630c2 /Misc/NEWS
parent0c4a3b330d03097b729b115df236b37059585ed1 (diff)
downloadcpython-0b48303f28fa4846c713240c57501d5fa70436c7.zip
cpython-0b48303f28fa4846c713240c57501d5fa70436c7.tar.gz
cpython-0b48303f28fa4846c713240c57501d5fa70436c7.tar.bz2
Bug #1525817: Don't truncate short lines in IDLE's tool tips.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9cbc9e4..afa7915 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -39,6 +39,8 @@ Core and builtins
Library
-------
+- Bug #1525817: Don't truncate short lines in IDLE's tool tips.
+
- Patch #1515343: Fix printing of deprecated string exceptions with a
value in the traceback module.