We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13096db commit f1a0617Copy full SHA for f1a0617
Doc/library/netrc.rst
@@ -14,8 +14,7 @@
14
15
This module implements an object-oriented interface to :file:`.netrc` files.
16
17
-.. availability:: Unix. VxWorks has no user home directory so it doesn't support ftp
18
- auto-login. This module is not supported on VxWorks.
+.. availability:: Unix; not supported on VxWorks, that doesn't have home directories
19
20
The :class:`~netrc.netrc` class parses and encapsulates the netrc file format used by
21
the Unix :program:`ftp` program and other FTP clients.
0 commit comments