diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-07-23 15:42:14 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-07-23 15:42:14 (GMT) |
commit | 6145a624b8d9232f54eef3cb64777c4ba4c471f4 (patch) | |
tree | 80cf9d09c6e44f62b37b516f47a945613e159984 /Lib/idlelib/NEWS.txt | |
parent | a3788642a3dd46d8efa1a424781c2dcb643b2952 (diff) | |
download | cpython-6145a624b8d9232f54eef3cb64777c4ba4c471f4.zip cpython-6145a624b8d9232f54eef3cb64777c4ba4c471f4.tar.gz cpython-6145a624b8d9232f54eef3cb64777c4ba4c471f4.tar.bz2 |
1. Python Bug 775541: Calltips error when docstring is None. Introduced
by patch 769142. Fixed by patch 776062. KBK will backport net result
to IDLE release22-maint and IDLEfork.
2. Update NEWS.txt and idlever for release.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index aa9fb24..27ef39f 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,14 @@ -What's New in IDLE 1.0rc1? +What's New in IDLE 1.0 release candidate 2? =================================== -*Release date: 17-Jul-2003* +*Release date: 24-Jul-2003* + +- Calltip error when docstring was None Python Bug 775541 + +What's New in IDLE 1.0 release candidate 1? +=================================== + +*Release date: 18-Jul-2003* - Updated extend.txt, help.txt, and config-extensions.def to correctly reflect the current status of the configuration system. Python Bug 768469 |