summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2012-06-07 23:41:04 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2012-06-07 23:41:04 (GMT)
commit2a2ce4f6739bf5c8ec490df16d10cec51e0442fa (patch)
treeecb20c58c0e0a3011d0d5b781ca8143ed3c0dd46 /Misc
parent29471de459a9371d7538a9838b1b20c86df29ca7 (diff)
downloadcpython-2a2ce4f6739bf5c8ec490df16d10cec51e0442fa.zip
cpython-2a2ce4f6739bf5c8ec490df16d10cec51e0442fa.tar.gz
cpython-2a2ce4f6739bf5c8ec490df16d10cec51e0442fa.tar.bz2
Issue #12510: Revise and triple # of calltip tests, with an eye to unittest
use. Make the get_entity 'method' a module function as it did not use 'self'. Delete buggy _find_constructor function that is not needed, at least in 3.x. Revise get_argspec so all tests pass. Add and fix NEWS entries.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS13
1 files changed, 7 insertions, 6 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f5c867..bd79b25 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -89,14 +89,15 @@ Library
- Issue #14443: Tell rpmbuild to use the correct version of Python in
bdist_rpm. Initial patch by Ross Lagerwall.
-- Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
- Patch by Roger Serwy.
+- Issue #14929: Stop Idle 3.x from closing on Unicode decode errors when
+ grepping. Patch by Roger Serwy.
-- Issue12510: Attempting to get invalid tooltip no longer closes Idle.
- Original patch by Roger Serwy.
+- Issue #12510: Attempting to get invalid tooltip no longer closes Idle.
+ Other tooltipss have been corrected or improved and the number of tests
+ has been tripled. Original patch by Roger Serwy.
-- Issue #10365: File open dialog now works instead of crashing
- even when parent window is closed. Patch by Roger Serwy.
+- Issue #10365: File open dialog now works instead of crashing even when
+ the parent window is closed before the dialog. Patch by Roger Serwy.
- Issue #14876: Use user-selected font for highlight configuration.