[Python-checkins] python/dist/src/Demo/tkinter README,1.5,1.5.30.1

jhylton@users.sourceforge.net jhylton@users.sourceforge.net
Mon, 28 Apr 2003 10:39:49 -0700


Update of /cvsroot/python/python/dist/src/Demo/tkinter
In directory sc8-pr-cvs1:/tmp/cvs-serv27228/Demo/tkinter

Modified Files:
      Tag: ast-branch
	README 
Log Message:
Merge head to this branch.

Merge all sorts of changes from just before 2.3b1 into the ast
branch.  This should make the eventual merge back to the trunk easier.

The merge is almost entirely porting changes into the ast-branch.
There was no attempt to get changes to compile.c into newcompile.c.
That work should be done when newcompile.c is closer to completion.

The only significant conflicts appeared to be in pythonrun.c.


Index: README
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/tkinter/README,v
retrieving revision 1.5
retrieving revision 1.5.30.1
diff -C2 -d -r1.5 -r1.5.30.1
*** README	23 Oct 1995 14:31:28 -0000	1.5
--- README	28 Apr 2003 17:38:16 -0000	1.5.30.1
***************
*** 9,11 ****
  guido		my original example set (fairly random collection)
  matt		Matt Conway's examples, to go with his lifesaver document
- www		a progressing sequence of www clients using Tk
--- 9,10 ----