diff options
author | Paul Ganssle <pganssle@users.noreply.github.com> | 2019-04-27 18:14:35 (GMT) |
---|---|---|
committer | Victor Stinner <vstinner@redhat.com> | 2019-04-27 18:14:35 (GMT) |
commit | 5c403b203510549a3f89d138d3265c5cc0cc12af (patch) | |
tree | 34b0c18f6a695abfb9581279946ae066ed298500 /Misc/SpecialBuilds.txt | |
parent | 55d035113dfb1bd90495c8571758f504ae8d4802 (diff) | |
download | cpython-5c403b203510549a3f89d138d3265c5cc0cc12af.zip cpython-5c403b203510549a3f89d138d3265c5cc0cc12af.tar.gz cpython-5c403b203510549a3f89d138d3265c5cc0cc12af.tar.bz2 |
bpo-36722: Style and grammar edits for ABI news entries (GH-12979)
Diffstat (limited to 'Misc/SpecialBuilds.txt')
-rw-r--r-- | Misc/SpecialBuilds.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/SpecialBuilds.txt b/Misc/SpecialBuilds.txt index 193de57..d1a0321 100644 --- a/Misc/SpecialBuilds.txt +++ b/Misc/SpecialBuilds.txt @@ -1,5 +1,5 @@ This file describes some special Python build types enabled via compile-time -preprocessor defines. +preprocessor directives. IMPORTANT: if you want to build a debug-enabled Python, it is recommended that you use ``./configure --with-pydebug``, rather than the options listed here. |