Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Doc/library/devmode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ setting the :envvar:`PYTHONDEVMODE` environment variable to ``1``.
See also :ref:`Python debug build <debug-build>`.

Effects of the Python Development Mode
======================================
--------------------------------------

Enabling the Python Development Mode is similar to the following command, but
with additional effects described below::
Expand Down Expand Up @@ -107,7 +107,7 @@ value can be read from :data:`sys.flags.dev_mode <sys.flags>`.


ResourceWarning Example
=======================
-----------------------

Example of a script counting the number of lines of the text file specified in
the command line::
Expand Down Expand Up @@ -171,7 +171,7 @@ application more deterministic and more reliable.


Bad file descriptor error example
=================================
---------------------------------

Script displaying the first line of itself::

Expand Down