summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/ftplib.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/ftplib.py b/Lib/ftplib.py
index ac33a12..96e83df 100644
--- a/Lib/ftplib.py
+++ b/Lib/ftplib.py
@@ -565,6 +565,8 @@ class Netrc:
See the netrc(4) man page for information on the file format.
+ WARNING: This class is obsolete -- use module netrc instead.
+
"""
__defuser = None
__defpasswd = None