[Python-checkins] r61032 - python/trunk/Doc/using/cmdline.rst

georg.brandl python-checkins at python.org
Sun Feb 24 00:43:01 CET 2008


Author: georg.brandl
Date: Sun Feb 24 00:43:01 2008
New Revision: 61032

Modified:
   python/trunk/Doc/using/cmdline.rst
Log:
Specify what kind of warning -3 emits.


Modified: python/trunk/Doc/using/cmdline.rst
==============================================================================
--- python/trunk/Doc/using/cmdline.rst	(original)
+++ python/trunk/Doc/using/cmdline.rst	Sun Feb 24 00:43:01 2008
@@ -326,6 +326,8 @@
    * :func:`reduce`
    * :func:`reload`
 
+   Using these will emit a :exc:`DeprecationWarning`.
+
    .. versionadded:: 2.6
 
 


More information about the Python-checkins mailing list