Commit bc3b345f authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

IDLE's py3k NEWS

parent 47b49bf6
What's New in IDLE 3.0a1?
=========================
*Release date: 31-AUG-2007*
- IDLE converted to Python 3000 syntax.
- Strings became Unicode.
- CallTips module now uses the inspect module to produce the argspec.
- IDLE modules now use absolute import instead of implied relative import.
- atexit call replaces sys.exitfunc. The functionality of delete-exitfunc flag
in config-main.cfg remains unchanged: if set, registered exit functions will
be cleared before IDLE exits.
What's New in IDLE 2.6a1?
=========================
*Release date: XX-XXX-200X*
*Release date: XX-XXX-200X* UNRELEASED
- Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented;
mouse and cursor selection in ACWindow implemented; double Tab inserts
......
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