cpython: 278dd7eb2f2b (original) (raw)

Mercurial > cpython

changeset 87936:278dd7eb2f2b

Issue #14432: Document the removal of the PyFrameObject.f_tstate field [#14432]

Victor Stinner victor.stinner@gmail.com
date Fri, 13 Dec 2013 14:33:01 +0100
parents ad150dd97561
children cea42629ddf5
files Doc/whatsnew/3.4.rst
diffstat 1 files changed, 20 insertions(+), 10 deletions(-)[+] [-] Doc/whatsnew/3.4.rst 30

line wrap: on

line diff

--- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -1001,6 +1001,9 @@ Deprecated features Porting to Python 3.4 ===================== +Changes in the Python API +------------------------- + This section lists previously described changes and other bugfixes that may require changes to your code. @@ -1027,10 +1030,6 @@ that may require changes to your code. name but an empty list instead. Determing if a module is a package should be done using hasattr(module, '__path__'). -* :c:func:PyErr_SetImportError now sets :exc:TypeError when its msg