mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Patch #568124: Add doc string macros.
This commit is contained in:
parent
654c11ee3a
commit
14f8b4cfcb
63 changed files with 1509 additions and 1625 deletions
|
|
@ -458,7 +458,7 @@ static PyMethodDef unicodedata_functions[] = {
|
|||
{NULL, NULL} /* sentinel */
|
||||
};
|
||||
|
||||
static char *unicodedata_docstring = "unicode character database";
|
||||
PyDoc_STRVAR(unicodedata_docstring, "unicode character database");
|
||||
|
||||
DL_EXPORT(void)
|
||||
initunicodedata(void)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue