diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-03-21 08:01:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-03-21 08:01:39 (GMT) |
commit | 0411f6f1354c950cde6f51d49aec8d51645e0357 (patch) | |
tree | 982aafd8f7f657e48a8f4df451d7aa1592cf195a | |
parent | b1d196927adce4659485c6c9e229fde9cfe5cd38 (diff) | |
download | cpython-0411f6f1354c950cde6f51d49aec8d51645e0357.zip cpython-0411f6f1354c950cde6f51d49aec8d51645e0357.tar.gz cpython-0411f6f1354c950cde6f51d49aec8d51645e0357.tar.bz2 |
Add section on 2.1b2.
Report the addition of the Tix module.
-rw-r--r-- | Misc/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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? ================================ |