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