From c2228c89957bfbcbeb4cff4a2811fc0359a8b912 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 12 Oct 2013 13:24:55 +0200 Subject: [PATCH] Markup fix. --- Doc/whatsnew/3.4.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 373f8de1ff4..b2aa7d23233 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`.