]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
add a note about c99
authorBenjamin Peterson <benjamin@python.org>
Thu, 8 Sep 2016 17:27:20 +0000 (10:27 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 8 Sep 2016 17:27:20 +0000 (10:27 -0700)
Doc/whatsnew/3.6.rst

index 66f6b852e3e899c2f3c4c48f0704214948f2ecd3..f2b53fbbc9164ed479a966e619e13565ada085f0 100644 (file)
@@ -845,6 +845,9 @@ Optimizations
 Build and C API Changes
 =======================
 
+* Python now requires some C99 support in the toolchain to build. For more
+  information, see :pep:`7`.
+
 * The ``--with-optimizations`` configure flag has been added. Turning it on
   will activate LTO and PGO build support (when available).
   (Original patch by Alecsandru Patrascu of Intel in :issue:`26539`.)