Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.7
Changeset: r98479:36c20d1dddd7
Date: 2020-01-07 11:48 +0100
http://bitbucket.org/pypy/pypy/changeset/36c20d1dddd7/
Log: don't export version 9.0.0 data any more
diff --git a/pypy/module/unicodedata/moduledef.py
b/pypy/module/unicodedata/moduledef.py
--- a/pypy/module/unicodedata/moduledef.py
+++ b/pypy/module/unicodedata/moduledef.py
@@ -6,7 +6,6 @@
interpleveldefs = {
'unidata_version' : 'space.wrap(interp_ucd.ucd.version)',
'ucd_3_2_0' : 'space.wrap(interp_ucd.ucd_3_2_0)',
- 'ucd_9_0_0' : 'space.wrap(interp_ucd.ucd_9_0_0)',
'ucd' : 'space.wrap(interp_ucd.ucd)',
'__doc__' : "space.wrap('unicode character database')",
}
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit