[Jython-checkins] jython (2.5): remove/hardcode more svn keywords I forgot before

philip.jenvey jython-checkins at python.org
Sat May 7 23:37:58 CEST 2011


http://hg.python.org/jython/rev/af8a3b6579e9
changeset:   6198:af8a3b6579e9
branch:      2.5
parent:      6196:fd2130e12b7c
user:        Philip Jenvey <pjenvey at underboss.org>
date:        Sat May 07 14:36:09 2011 -0700
summary:
  remove/hardcode more svn keywords I forgot before

files:
  Lib/test/zxjdbc/test.xml |  2 --
  Lib/xml/__init__.py      |  5 +----
  Misc/make_errno.py       |  2 --
  3 files changed, 1 insertions(+), 8 deletions(-)


diff --git a/Lib/test/zxjdbc/test.xml b/Lib/test/zxjdbc/test.xml
--- a/Lib/test/zxjdbc/test.xml
+++ b/Lib/test/zxjdbc/test.xml
@@ -3,8 +3,6 @@
 <!--
  Jython Database Specification API 2.0
 
- $Id$
-
  Copyright (c) 2001 brian zimmer <bzimmer at ziclix.com>
 -->
 
diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py
--- a/Lib/xml/__init__.py
+++ b/Lib/xml/__init__.py
@@ -13,10 +13,7 @@
 
 __all__ = ['dom', 'sax']
 
-# When being checked-out without options, this has the form
-# "<dollar>Revision: x.y </dollar>"
-# When exported using -kv, it is "x.y".
-__version__ = "$Revision$".split()[-2:][0]
+__version__ = "7290"
 
 
 _MINIMUM_XMLPLUS_VERSION = (0, 8, 5)
diff --git a/Misc/make_errno.py b/Misc/make_errno.py
--- a/Misc/make_errno.py
+++ b/Misc/make_errno.py
@@ -1,7 +1,5 @@
 # Asynchronous sockets in Jython.
 #
-# $Id$
-#
 # Copyright (c) 2002 brian zimmer <mailto:bzimmer at ziclix.com>
 
 '''

-- 
Repository URL: http://hg.python.org/jython


More information about the Jython-checkins mailing list