]> granicus.if.org Git - python/commit
Issue #26900: Excluded underscored names and other private API from limited API.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 08:03:14 +0000 (11:03 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 11 Sep 2016 08:03:14 +0000 (11:03 +0300)
commit9fab79bcb5b83dc0247ce4cd60486341c73e7fd5
treeb24f07e6f0ccb42ae02628248d1b521d6700386f
parentc16595e567d51a1773be30c34622620b52be7acf
Issue #26900: Excluded underscored names and other private API from limited API.
21 files changed:
Doc/whatsnew/3.5.rst
Include/abstract.h
Include/ceval.h
Include/descrobject.h
Include/dictobject.h
Include/fileutils.h
Include/import.h
Include/intrcheck.h
Include/longobject.h
Include/modsupport.h
Include/namespaceobject.h
Include/object.h
Include/objimpl.h
Include/pygetopt.h
Include/pylifecycle.h
Include/pystate.h
Include/pystrhex.h
Include/sysmodule.h
Include/traceback.h
Include/unicodeobject.h
Misc/NEWS