[Python-checkins] commit of r41429 - in python/trunk: . Lib/lib-tk

fredrik.lundh@python.org fredrik.lundh at python.org
Sat Nov 12 16:28:54 CET 2005


Author: fredrik.lundh
Date: Sat Nov 12 16:28:52 2005
New Revision: 41429

Modified:
   python/trunk/   (props changed)
   python/trunk/Lib/lib-tk/tkColorChooser.py
   python/trunk/Lib/lib-tk/tkCommonDialog.py
   python/trunk/Lib/lib-tk/tkFont.py
   python/trunk/Lib/lib-tk/tkMessageBox.py
Log:
 r903 at spiff:  Fredrik | 2005-11-12 16:28:37 +0100
 removed outdated copyright notices (etc)
 


Modified: python/trunk/Lib/lib-tk/tkColorChooser.py
==============================================================================
--- python/trunk/Lib/lib-tk/tkColorChooser.py	(original)
+++ python/trunk/Lib/lib-tk/tkColorChooser.py	Sat Nov 12 16:28:52 2005
@@ -1,7 +1,3 @@
-#
-# Instant Python
-# $Id$
-#
 # tk common colour chooser dialogue
 #
 # this module provides an interface to the native color dialogue

Modified: python/trunk/Lib/lib-tk/tkCommonDialog.py
==============================================================================
--- python/trunk/Lib/lib-tk/tkCommonDialog.py	(original)
+++ python/trunk/Lib/lib-tk/tkCommonDialog.py	Sat Nov 12 16:28:52 2005
@@ -1,7 +1,3 @@
-#
-# Instant Python
-# $Id$
-#
 # base class for tk common dialogues
 #
 # this module provides a base class for accessing the common

Modified: python/trunk/Lib/lib-tk/tkFont.py
==============================================================================
--- python/trunk/Lib/lib-tk/tkFont.py	(original)
+++ python/trunk/Lib/lib-tk/tkFont.py	Sat Nov 12 16:28:52 2005
@@ -1,19 +1,10 @@
+# Tkinter font wrapper
 #
-# Tkinter
-# $Id$
-#
-# font wrapper
-#
-# written by Fredrik Lundh <fredrik at pythonware.com>, February 1998
+# written by Fredrik Lundh, February 1998
 #
 # FIXME: should add 'displayof' option where relevant (actual, families,
 #        measure, and metrics)
 #
-# Copyright (c) Secret Labs AB 1998.
-#
-# info at pythonware.com
-# http://www.pythonware.com
-#
 
 __version__ = "0.9"
 

Modified: python/trunk/Lib/lib-tk/tkMessageBox.py
==============================================================================
--- python/trunk/Lib/lib-tk/tkMessageBox.py	(original)
+++ python/trunk/Lib/lib-tk/tkMessageBox.py	Sat Nov 12 16:28:52 2005
@@ -1,7 +1,3 @@
-#
-# Instant Python
-# $Id$
-#
 # tk common message boxes
 #
 # this module provides an interface to the native message boxes


More information about the Python-checkins mailing list