Author: Antonio Cuni <[email protected]>
Branch: py3k
Changeset: r55216:bdb1ebdc9e83
Date: 2012-05-31 10:38 +0200
http://bitbucket.org/pypy/pypy/changeset/bdb1ebdc9e83/
Log: yet another place where to update the version number
diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -21,7 +21,7 @@
USE_ZIPFILE_MODULE = sys.platform == 'win32'
-STDLIB_VER = "2.7"
+STDLIB_VER = "3.2"
def ignore_patterns(*patterns):
"""Function that can be used as copytree() ignore parameter.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit