Make the Unicode database version used available

This commit is contained in:
Kovid Goyal
2022-11-17 20:11:50 +05:30
parent 38547c9e7a
commit e5e8cc72c6
10 changed files with 30 additions and 4 deletions

View File

@@ -221,6 +221,7 @@ static PyMethodDef module_methods[] = {
{"get_docs_ref_map", (PyCFunction)get_docs_ref_map, METH_NOARGS, ""},
{"getpeereid", (PyCFunction)py_getpeereid, METH_VARARGS, ""},
{"wcswidth", (PyCFunction)wcswidth_std, METH_O, ""},
{"unicode_database_version", (PyCFunction)unicode_database_version, METH_NOARGS, ""},
{"open_tty", open_tty, METH_VARARGS, ""},
{"normal_tty", normal_tty, METH_VARARGS, ""},
{"raw_tty", raw_tty, METH_VARARGS, ""},