[Python-checkins] CVS: python/dist/src/Misc NEWS,1.134,1.135

Martin v. L?wis loewis@users.sourceforge.net
Wed, 21 Mar 2001 00:01:42 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv22016

Modified Files:
	NEWS 
Log Message:
Add section on 2.1b2.
Report the addition of the Tix module.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.134
retrieving revision 1.135
diff -C2 -r1.134 -r1.135
*** NEWS	2001/03/02 14:05:59	1.134
--- NEWS	2001/03/21 08:01:39	1.135
***************
*** 1,2 ****
--- 1,13 ----
+ 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?
  ================================