[Python-checkins] cpython (3.3): do not line break reference

benjamin.peterson python-checkins at python.org
Sun Feb 16 18:47:01 CET 2014


http://hg.python.org/cpython/rev/4a3f1c1890fa
changeset: 89217:4a3f1c1890fa
branch: 3.3
parent: 89215:b01f4ed077fa
user: Benjamin Peterson <benjamin at python.org>
date: Sun Feb 16 12:46:30 2014 -0500
summary:
 do not line break reference
files:
 Doc/library/unittest.rst | 14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -1755,13 +1755,13 @@
 
 By default this runner shows :exc:`DeprecationWarning`,
 :exc:`PendingDeprecationWarning`, :exc:`ResourceWarning` and
- :exc:`ImportWarning` even if they are :ref:`ignored by default <warning-
- ignored>`. Deprecation warnings caused by :ref:`deprecated unittest methods
- <deprecated-aliases>` are also special-cased and, when the warning filters
- are ``'default'`` or ``'always'``, they will appear only once per-module, in
- order to avoid too many warning messages. This behavior can be overridden
- using the :option:`-Wd` or :option:`-Wa` options and leaving *warnings* to
- ``None``.
+ :exc:`ImportWarning` even if they are :ref:`ignored by default
+ <warning-ignored>`. Deprecation warnings caused by :ref:`deprecated unittest
+ methods <deprecated-aliases>` are also special-cased and, when the warning
+ filters are ``'default'`` or ``'always'``, they will appear only once
+ per-module, in order to avoid too many warning messages. This behavior can
+ be overridden using the :option:`-Wd` or :option:`-Wa` options and leaving
+ *warnings* to ``None``.
 
 .. versionchanged:: 3.2
 Added the ``warnings`` argument.
-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /