Add section on 2.1b2.

Report the addition of the Tix module.
This commit is contained in:
Martin v. Löwis 2001-03-21 08:01:39 +00:00
parent b1d196927a
commit 0411f6f135
1 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,14 @@
What's New in Python 2.1 beta 2?
================================
Core language, builtins, and interpreter
Standard library
- A new module Tix was added, which wraps the Tix extension library for Tk.
With that module, it is not necessary to statically link Tix with _tkinter,
since Tix will be loaded with Tcl's "package require" command.
What's New in Python 2.1 beta 1?
================================