]> granicus.if.org Git - python/commitdiff
Add section on 2.1b2.
authorMartin v. Löwis <martin@v.loewis.de>
Wed, 21 Mar 2001 08:01:39 +0000 (08:01 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Wed, 21 Mar 2001 08:01:39 +0000 (08:01 +0000)
Report the addition of the Tix module.

Misc/NEWS

index f1131c48bf2fe1c2ac723a4d47db75a7587ceb28..b57d5a1a8fa231221f56779987f8d99fc1dc6aff 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
 ================================