commit | e3b1940eb9eedb752e23310a2b846cb91a970675 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu May 08 20:36:09 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu May 08 20:36:09 2008 +0000 |
tree | a4f50e74016007ee243d850dffd1a851fa0d650a | |
parent | cae4f5f4ac8d107af3ee4877ea501ff27cd70192 [diff] [blame] |
Deprecate the user module for removal in 3.0.
diff --git a/Doc/library/user.rst b/Doc/library/user.rst index aa09b67..4fdd9cf 100644 --- a/Doc/library/user.rst +++ b/Doc/library/user.rst
@@ -4,7 +4,9 @@ .. module:: user :synopsis: A standard way to reference user-specific modules. + :deprecated: +.. deprecated:: The user module has been removed in Python 3.0. .. index:: pair: .pythonrc.py; file