diff options
author | Georg Brandl <georg@python.org> | 2013-10-12 11:24:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-10-12 11:24:55 (GMT) |
commit | c2228c89957bfbcbeb4cff4a2811fc0359a8b912 (patch) | |
tree | b7878a8045b51026530cf14565848e7e9a0c0f6f /Doc/whatsnew | |
parent | 179a3dbc9e12f2de4894ceff9bc2b7c33003d151 (diff) | |
download | cpython-c2228c89957bfbcbeb4cff4a2811fc0359a8b912.zip cpython-c2228c89957bfbcbeb4cff4a2811fc0359a8b912.tar.gz cpython-c2228c89957bfbcbeb4cff4a2811fc0359a8b912.tar.bz2 |
Markup fix.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 373f8de..b2aa7d2 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -604,7 +604,7 @@ that may require changes to your code. libraries that assumed the previous behaviour was intentional can use :func:`inspect.unwrap` to gain equivalent behaviour. -* (C API) The result of the :c:var:`PyOS_ReadlineFunctionPointer` callback must +* (C API) The result of the :c:data:`PyOS_ReadlineFunctionPointer` callback must now be a string allocated by :c:func:`PyMem_RawMalloc` or :c:func:`PyMem_RawRealloc`, or *NULL* if an error occurred, instead of a string allocated by :c:func:`PyMem_Malloc` or :c:func:`PyMem_Realloc`. |