summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorLarry Hastings <larry@hastings.org>2014-02-10 12:26:10 (GMT)
committerLarry Hastings <larry@hastings.org>2014-02-10 12:26:10 (GMT)
commitad88d7a26bb0be55f2687ccf646f0af9f75913ba (patch)
tree400a418ba418b9574d6466bc18c4ef9eb266134b /Doc/whatsnew
parent8f9f0f12e845034080525c6a80d52215533cb2a4 (diff)
downloadcpython-ad88d7a26bb0be55f2687ccf646f0af9f75913ba.zip
cpython-ad88d7a26bb0be55f2687ccf646f0af9f75913ba.tar.gz
cpython-ad88d7a26bb0be55f2687ccf646f0af9f75913ba.tar.bz2
Python 3.4.0rc1 release: Updated pydoc topics, fixed suspicious markup errors.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.4.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst
index dcd9284..faa35f0 100644
--- a/Doc/whatsnew/3.4.rst
+++ b/Doc/whatsnew/3.4.rst
@@ -1708,7 +1708,7 @@ Changes in the Python API
Changes in the C API
--------------------
-* :c:func:`PyEval_EvalFrameEx`, :c:func:`PyObject_Repr(), and
+* :c:func:`PyEval_EvalFrameEx`, :c:func:`PyObject_Repr`, and
:c:func:`PyObject_Str`, along with some other internal C APIs, now include
a debugging assertion that ensures they are not used in situations where
they may silently discard a currently active exception. In cases where