diff options
author | Éric Araujo <merwok@netwok.org> | 2011-06-09 14:28:19 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-06-09 14:28:19 (GMT) |
commit | 577a6af8e6b715e6b46e92cf14603a266fc361a8 (patch) | |
tree | 0e8dea141496acacce19f2805a14b979a6ca74af /Doc/c-api | |
parent | f5949b5e4709ad6986aa1be79531198868227c1d (diff) | |
parent | ebc991c0ce4493be276f2ea29676131b8880ec10 (diff) | |
download | cpython-577a6af8e6b715e6b46e92cf14603a266fc361a8.zip cpython-577a6af8e6b715e6b46e92cf14603a266fc361a8.tar.gz cpython-577a6af8e6b715e6b46e92cf14603a266fc361a8.tar.bz2 |
Merge doc fixes from 3.2
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/intro.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/c-api/intro.rst b/Doc/c-api/intro.rst index 83b98f9..843707d 100644 --- a/Doc/c-api/intro.rst +++ b/Doc/c-api/intro.rst @@ -588,8 +588,8 @@ frequently-used builds will be described in the remainder of this section. Compiling the interpreter with the :c:macro:`Py_DEBUG` macro defined produces what is generally meant by "a debug build" of Python. :c:macro:`Py_DEBUG` is -enabled in the Unix build by adding :option:`--with-pydebug` to the -:file:`configure` command. It is also implied by the presence of the +enabled in the Unix build by adding ``--with-pydebug`` to the +:file:`./configure` command. It is also implied by the presence of the not-Python-specific :c:macro:`_DEBUG` macro. When :c:macro:`Py_DEBUG` is enabled in the Unix build, compiler optimization is disabled. |