From 4425e7cee7936be01f9abb581a76376c025fb789 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 23 Feb 2008 23:43:01 +0000 Subject: [PATCH] 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 803979501378..d3120b516c79 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 -- 2.47.3