mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Update C API docs for PEP 393.
This commit is contained in:
parent
59de0ee9e0
commit
db6c7f5c33
4 changed files with 521 additions and 107 deletions
|
|
@ -87,7 +87,7 @@ There are only a few functions special to module objects.
|
|||
Return the name of the file from which *module* was loaded using *module*'s
|
||||
:attr:`__file__` attribute. If this is not defined, or if it is not a
|
||||
unicode string, raise :exc:`SystemError` and return *NULL*; otherwise return
|
||||
a reference to a :c:type:`PyUnicodeObject`.
|
||||
a reference to a Unicode object.
|
||||
|
||||
.. versionadded:: 3.2
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue