From 4425e7cee7936be01f9abb581a76376c025fb789 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 23 Feb 2008 23:43:01 +0000 Subject: Specify what kind of warning -3 emits. --- Doc/using/cmdline.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 8039795..d3120b5 100644 --- a/Doc/using/cmdline.rst +++ b/Doc/using/cmdline.rst @@ -326,6 +326,8 @@ Miscellaneous options * :func:`reduce` * :func:`reload` + Using these will emit a :exc:`DeprecationWarning`. + .. versionadded:: 2.6 -- cgit v0.12