Author: Matti Picus <[email protected]>
Branch: 
Changeset: r55069:a00ce603f079
Date: 2012-05-12 23:11 +0300
http://bitbucket.org/pypy/pypy/changeset/a00ce603f079/

Log:    test version agreement

diff --git a/pypy/tool/test/test_package.py b/pypy/tool/test/test_package.py
new file mode 100644
--- /dev/null
+++ b/pypy/tool/test/test_package.py
@@ -0,0 +1,6 @@
+from pypy.tool.release import package
+from pypy.module.sys import version
+
+def test_version():
+    assert package.STDLIB_VER == '%d.%d' % (version.CPYTHON_VERSION[0],
+                                            version.CPYTHON_VERSION[1])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to