diff options
author | 2003-05-13 08:11:35 +0000 | |
---|---|---|
committer | 2003-05-13 08:11:35 +0000 | |
commit | 3af336477405469fd7985158b8349aaeb5524440 (patch) | |
tree | 2766f00709aaf1fadb0e04dd3b34f2a6ac140f60 /dev-lang | |
parent | Security update (diff) | |
download | historical-3af336477405469fd7985158b8349aaeb5524440.tar.gz historical-3af336477405469fd7985158b8349aaeb5524440.tar.bz2 historical-3af336477405469fd7985158b8349aaeb5524440.zip |
remove weird version change line from patch
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/python/files/python-2.2.2-tk-8.4.x.patch | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-lang/python/files/python-2.2.2-tk-8.4.x.patch b/dev-lang/python/files/python-2.2.2-tk-8.4.x.patch index 498100bc476e..0dc581cb630b 100644 --- a/dev-lang/python/files/python-2.2.2-tk-8.4.x.patch +++ b/dev-lang/python/files/python-2.2.2-tk-8.4.x.patch @@ -5,15 +5,6 @@ retrieving revision 1.160.10.3 diff -u -r1.160.10.2 -r1.160.10.3 --- python/python/dist/src/Lib/lib-tk/Tkinter.py 2002/08/23 15:27:52 1.160.10.2 +++ python/python/dist/src/Lib/lib-tk/Tkinter.py 2003/03/29 09:48:12 1.160.10.3 -@@ -27,7 +27,7 @@ - tk.mainloop() - """ - --__version__ = "$Revision: 1.1 $" -+__version__ = "$Revision: 1.1 $" - - import sys - if sys.platform == "win32": @@ -1024,38 +1024,54 @@ """Internal function.""" if len(args) != len(self._subst_format): return args |