Branch: refs/heads/3.5 Home: https://github.com/python/cpython Commit: 0b13f58497d3a36d062c3b3b827abb05db5afbc1 https://github.com/python/cpython/commit/0b13f58497d3a36d062c3b3b827abb05db5afbc1 Author: Mariatta <Mariatta at users.noreply.github.com> Date: 2017年06月15日 (2017年6月15日) Changed paths: M Doc/c-api/module.rst Log Message: ----------- bpo-30656: Fix Python C API Module Objects documentation (GH-2170) (GH-2231) `PyModule_New()` now refers to `PyModule_NewObject()` (cherry picked from commit 2d0afef82a07afdb666f2ca0c533aac5d39155cd)