diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2007-12-28 03:57:56 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2007-12-28 03:57:56 (GMT) |
commit | f609a345a4adaedd5806b4ec8439b84c409b9f66 (patch) | |
tree | 377d83d14d3d88d4c5bed6d3ef8fb86be6cfac2d /Lib/idlelib/NEWS.txt | |
parent | c3d7fe0dbe8ed193ec34615d69e4dee485855b45 (diff) | |
download | cpython-f609a345a4adaedd5806b4ec8439b84c409b9f66.zip cpython-f609a345a4adaedd5806b4ec8439b84c409b9f66.tar.gz cpython-f609a345a4adaedd5806b4ec8439b84c409b9f66.tar.bz2 |
help() was not paging to the shell. Issue1650.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index d340e66..6688c5a 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,7 +1,9 @@ What's New in IDLE 3.0a3? ========================= -*Release date: XX-XXX-200X* +*Release date: XX-XXX-2008* + +- help() was not paging to the shell. Issue1650. - CodeContext was not importing. |