diff options
author | Georg Brandl <georg@python.org> | 2008-02-23 23:43:01 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-02-23 23:43:01 +0000 |
commit | 4425e7cee7936be01f9abb581a76376c025fb789 (patch) | |
tree | 76fdf4ccfa8a2c3355863bdf1ede1490f9d76645 | |
parent | f1699cd4c1b475a3e583c8975317df06907dcf8b (diff) | |
download | cpython-git-4425e7cee7936be01f9abb581a76376c025fb789.tar.gz |
Specify what kind of warning -3 emits.
-rw-r--r-- | Doc/using/cmdline.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/using/cmdline.rst b/Doc/using/cmdline.rst index 8039795013..d3120b516c 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 |