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日 (2017年5月25日) 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