diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-13 08:11:35 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-13 08:11:35 +0000 |
commit | d971afd6aa7b05f024077765c29e310ca5dbd87b (patch) | |
tree | 57067da7ad4d85b6d0d4f5692cdd7ec58865cf89 /dev-lang/python | |
parent | Security update (diff) | |
download | gentoo-2-d971afd6aa7b05f024077765c29e310ca5dbd87b.tar.gz gentoo-2-d971afd6aa7b05f024077765c29e310ca5dbd87b.tar.bz2 gentoo-2-d971afd6aa7b05f024077765c29e310ca5dbd87b.zip |
remove weird version change line from patch
Diffstat (limited to 'dev-lang/python')
-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 |