[Python-Dev] r87188 - python/branches/py3k/Doc/library/test.rst

Georg Brandl g.brandl at gmx.net
Sat Dec 18 12:37:09 CET 2010


I'd rather keep this a note.  We don't want to use warnings except for cases
where there is a possibility of security implications or crashes.

Georg

Am 12.12.2010 19:25, schrieb antoine.pitrou:
> Author: antoine.pitrou
> Date: Sun Dec 12 19:25:25 2010
> New Revision: 87188
> 
> Log:
> Make this a warning and fix indentation
> 
> 
> 
> Modified:
>    python/branches/py3k/Doc/library/test.rst
> 
> Modified: python/branches/py3k/Doc/library/test.rst
> ==============================================================================
> --- python/branches/py3k/Doc/library/test.rst	(original)
> +++ python/branches/py3k/Doc/library/test.rst	Sun Dec 12 19:25:25 2010
> @@ -5,12 +5,12 @@
>     :synopsis: Regression tests package containing the testing suite for Python.
>  .. sectionauthor:: Brett Cannon <brett at python.org>
>  
> -.. note::
> -    The :mod:`test` package is meant for internal use by Python only. It is
> -    documented for the benefit of the core developers of Python. Any use of
> -    this package outside of Python's standard library is discouraged as code
> -    mentioned here can change or be removed without notice between releases of
> -    Python.
> +.. warning::
> +   The :mod:`test` package is meant for internal use by Python only. It is
> +   documented for the benefit of the core developers of Python. Any use of
> +   this package outside of Python's standard library is discouraged as code
> +   mentioned here can change or be removed without notice between releases of
> +   Python.
>  
>  
>  The :mod:`test` package contains all regression tests for Python as well as the




More information about the Python-Dev mailing list