From: Guido van Rossum Date: Tue, 8 Oct 1996 14:14:49 +0000 (+0000) Subject: Removed RCS crud from official Python release version. X-Git-Tag: v1.4~136 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a4a75278d900e35843d137bd5119c535bb7a8efa;p=thirdparty%2FPython%2Fcpython.git Removed RCS crud from official Python release version. --- diff --git a/Lib/Bastion.py b/Lib/Bastion.py index cb54be915957..9411ff998db4 100644 --- a/Lib/Bastion.py +++ b/Lib/Bastion.py @@ -26,9 +26,6 @@ bastion is created. """ -__version__ = '$Revision$' -# $Source$ - from types import MethodType diff --git a/Lib/MimeWriter.py b/Lib/MimeWriter.py index 6fbcb65f9748..29a9933b676f 100644 --- a/Lib/MimeWriter.py +++ b/Lib/MimeWriter.py @@ -6,9 +6,6 @@ MimeWriter - the only thing here. """ -__version__ = '$Revision$' -# $Source$ - import string import mimetools