[Python-checkins] [python/cpython] 2b44e3: bpo-30449 Terse slots (#1819)

GitHub noreply at github.com
Fri May 26 01:33:27 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 2b44e302ec3079363c4d5c875677945953705c58
      https://github.com/python/cpython/commit/2b44e302ec3079363c4d5c875677945953705c58
  Author: Aaron Hall, MBA <aaronchall at yahoo.com>
  Date:   2017-05-25 (Thu, 25 May 2017)

  Changed paths:
    M Doc/reference/datamodel.rst

  Log Message:
  -----------
  bpo-30449 Terse slots (#1819)

* correct __slots__ documentation with minimal changes

* add multiple inheritance info

* remove mapping from description




More information about the Python-checkins mailing list