New submission from Jan Hnatek:
The doc for PyModule_New() refers to "PyImport_NewObject()", while it should
refer to "PyModule_NewObject()":
https://docs.python.org/3.6/c-api/module.html#c.PyModule_New
--
assignee: docs@python
components: Documentation
message
Jan Hnatek added the comment:
Attached an updated patch against 3.7 fixing the remaining mentions of string.
--
Added file: http://bugs.python.org/file46914/issue9544.2.patch
___
Python tracker
<http://bugs.python.org/issue9
Changes by Jan Hnatek :
--
nosy: +hnhn
___
Python tracker
<http://bugs.python.org/issue9544>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.pyth
Jan Hnatek added the comment:
There's a patch for xdrlib documentation in Issue9544. Would that solve this
issue?
--
nosy: +hnhn
___
Python tracker
<http://bugs.python.org/is