From: Ken Jin Date: Tue, 3 May 2022 06:49:06 +0000 (+0700) Subject: Fix doc warnings in What's New in 3.11 (GH-92215) X-Git-Tag: v3.11.0b1~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1767fce521f5d4f175082d0747cfa48542aea3a;p=thirdparty%2FPython%2Fcpython.git Fix doc warnings in What's New in 3.11 (GH-92215) --- diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst index 80ce46261f15..607f2e749bb5 100644 --- a/Doc/whatsnew/3.11.rst +++ b/Doc/whatsnew/3.11.rst @@ -1396,7 +1396,7 @@ C API Changes fields of the result from the exception instance (the ``value`` field). (Contributed by Irit Katriel in :issue:`45711`.) -* :c:struct:`_frozen` has a new ``is_package`` field to indicate whether +* :c:type:`_frozen` has a new ``is_package`` field to indicate whether or not the frozen module is a package. Previously, a negative value in the ``size`` field was the indicator. Now only non-negative values be used for ``size``.