[pypy-svn] pypy jitypes2: ops, undo a change that I did by mistake (thanks amaury)

antocuni commits-noreply at bitbucket.org
Thu Jan 20 23:15:26 CET 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: jitypes2
Changeset: r41101:0ed6a30b0bcf
Date: 2011-01-20 23:15 +0100
http://bitbucket.org/pypy/pypy/changeset/0ed6a30b0bcf/

Log:	ops, undo a change that I did by mistake (thanks amaury)

diff --git a/lib-python/2.7.0/platform.py b/lib-python/2.7.0/platform.py
--- a/lib-python/2.7.0/platform.py
+++ b/lib-python/2.7.0/platform.py
@@ -1345,7 +1345,7 @@
 
 _pypy_sys_version_parser = re.compile(
     r'([\w.+]+)\s*'
-    '\(#?([^,]*),\s*([\w ]+),\s*([\w :]+)\)\s*'
+    '\(#?([^,]+),\s*([\w ]+),\s*([\w :]+)\)\s*'
     '\[PyPy [^\]]+\]?')
 
 _sys_version_cache = {}


More information about the Pypy-commit mailing list