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 <br...@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


_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to