[Python-checkins] [python/cpython] 84b8e9: bpo-29918: Add missed "const" modifiers in C API d...

GitHub noreply at github.com
Thu Mar 30 03:01:04 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 84b8e92e463bd6a5174bd3e5a6543580f6319c57
      https://github.com/python/cpython/commit/84b8e92e463bd6a5174bd3e5a6543580f6319c57
  Author: Serhiy Storchaka <storchaka at gmail.com>
  Date:   2017-03-30 (Thu, 30 Mar 2017)

  Changed paths:
    M Doc/c-api/arg.rst
    M Doc/c-api/bytes.rst
    M Doc/c-api/dict.rst
    M Doc/c-api/import.rst
    M Doc/c-api/module.rst
    M Doc/c-api/structures.rst
    M Doc/c-api/sys.rst
    M Doc/c-api/tuple.rst
    M Doc/c-api/unicode.rst
    M Doc/extending/extending.rst
    M Doc/extending/newtypes.rst
    M Doc/howto/clinic.rst

  Log Message:
  -----------
  bpo-29918: Add missed "const" modifiers in C API documentation. (#846)




More information about the Python-checkins mailing list