[Python-checkins] [python/cpython] 2d0afe: bpo-30656: Fix Python C API Module Objects documen...

GitHub noreply at github.com
Tue Jun 13 13:58:20 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 2d0afef82a07afdb666f2ca0c533aac5d39155cd
      https://github.com/python/cpython/commit/2d0afef82a07afdb666f2ca0c533aac5d39155cd
  Author: Emily Morehouse <emily at cuttlesoft.com>
  Date:   2017-06-13 (Tue, 13 Jun 2017)

  Changed paths:
    M Doc/c-api/module.rst

  Log Message:
  -----------
  bpo-30656: Fix Python C API Module Objects documentation (GH-2170)

`PyModule_New()` now refers to `PyModule_NewObject()`




More information about the Python-checkins mailing list