Kaydet (Commit) c822a453 authored tarafından Guido van Rossum's avatar Guido van Rossum

Add warning to Netrc's docstring that it is obsolete -- use the netrc

module instead.  (The main advantage of the latter is that it comes
with documentation.)
üst de8b0261
...@@ -565,6 +565,8 @@ class Netrc: ...@@ -565,6 +565,8 @@ class Netrc:
See the netrc(4) man page for information on the file format. See the netrc(4) man page for information on the file format.
WARNING: This class is obsolete -- use module netrc instead.
""" """
__defuser = None __defuser = None
__defpasswd = None __defpasswd = None
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment