Author: Raffael Tfirst <raffael.tfi...@gmail.com>
Branch: py3.5-async
Changeset: r85780:31ed20ca2d98
Date: 2016-07-20 15:01 +0200
http://bitbucket.org/pypy/pypy/changeset/31ed20ca2d98/

Log:    (Typo in comment showing wrong cpython version in sre change)

diff --git a/rpython/rlib/rsre/rsre_char.py b/rpython/rlib/rsre/rsre_char.py
--- a/rpython/rlib/rsre/rsre_char.py
+++ b/rpython/rlib/rsre/rsre_char.py
@@ -24,7 +24,7 @@
 #### Constants
 
 # Identifying as _sre from Python 2.3 and onwards (at least up to 2.7)
-# UPDATE: change was necessary for Python 3.4 changes
+# UPDATE: change was necessary for Python 3.3 changes
 MAGIC = 20140917
 
 if sys.maxint > 2**32:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to