diff options
author | Fred Drake <fdrake@acm.org> | 1998-12-22 18:40:50 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-12-22 18:40:50 (GMT) |
commit | 292b9ebfbae1ef86e7c018b1152764f4b3003755 (patch) | |
tree | 8de0f0934c7d157af1cd6a2216d99253b077a946 /Doc/lib/libnetrc.tex | |
parent | ae48aabb10f775d8d4473126981b170c4f0b1dba (diff) | |
download | cpython-292b9ebfbae1ef86e7c018b1152764f4b3003755.zip cpython-292b9ebfbae1ef86e7c018b1152764f4b3003755.tar.gz cpython-292b9ebfbae1ef86e7c018b1152764f4b3003755.tar.bz2 |
Added information on when this was added, allowing us to release the
documentation on the Web while people are still using < 1.5.2b1.
Diffstat (limited to 'Doc/lib/libnetrc.tex')
-rw-r--r-- | Doc/lib/libnetrc.tex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/lib/libnetrc.tex b/Doc/lib/libnetrc.tex index 58ba88a..479144a 100644 --- a/Doc/lib/libnetrc.tex +++ b/Doc/lib/libnetrc.tex @@ -8,6 +8,8 @@ \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com} +\versionadded{1.5.2} + The \class{netrc} class parses and encapsulates the netrc file format used by the \UNIX{} \program{ftp} program and other FTP clients. |