[Python-checkins] python/nondist/sandbox/msi msi.py,1.30,1.31

loewis at users.sourceforge.net loewis at users.sourceforge.net
Tue Aug 17 15:00:20 CEST 2004


Update of /cvsroot/python/python/nondist/sandbox/msi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15153

Modified Files:
	msi.py 
Log Message:
Add IDLE back into description of TclTk. Narrow width of size display.

Index: msi.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/msi/msi.py,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** msi.py	17 Aug 2004 12:56:03 -0000	1.30
--- msi.py	17 Aug 2004 12:59:58 -0000	1.31
***************
*** 571,575 ****
      c.mapping("SelectionDescription","Text")
      
!     c=features.text("ItemSize", 140, 210, 220, 45, 3,
                      "The size of the currently selected item.")
      c.mapping("SelectionSize", "Text")
--- 571,575 ----
      c.mapping("SelectionDescription","Text")
      
!     c=features.text("ItemSize", 140, 210, 210, 45, 3,
                      "The size of the currently selected item.")
      c.mapping("SelectionSize", "Text")
***************
*** 711,715 ****
                            "Make this Python installation the default Python installation", 3,
                           parent = default_feature)
!     tcltk = Feature(db, "TclTk", "Tcl/Tk", "Tkinter, pydoc", 5,
                      parent = default_feature)
      htmlfiles = Feature(db, "Documentation", "Documentation",
--- 711,715 ----
                            "Make this Python installation the default Python installation", 3,
                           parent = default_feature)
!     tcltk = Feature(db, "TclTk", "Tcl/Tk", "Tkinter, IDLE, pydoc", 5,
                      parent = default_feature)
      htmlfiles = Feature(db, "Documentation", "Documentation",



More information about the Python-checkins mailing list