]> granicus.if.org Git - python/commitdiff
Added information on when this was added, allowing us to release the
authorFred Drake <fdrake@acm.org>
Tue, 22 Dec 1998 18:40:50 +0000 (18:40 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 22 Dec 1998 18:40:50 +0000 (18:40 +0000)
documentation on the Web while people are still using < 1.5.2b1.

Doc/lib/libnetrc.tex
Doc/lib/libshlex.tex

index 58ba88ae24bec3bb4b22c359ac62935bfe8432c9..479144a4f0c3aa6a3f0e67b763afd6fb92532277 100644 (file)
@@ -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.
 
index bf26e94d42a38f375f73edf9e5d9f32fdc21d67e..0bba5e3459dc07761622dd627f0a09313ce6fc67 100644 (file)
@@ -7,6 +7,7 @@
 \moduleauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
 \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
 
+\versionadded{1.5.2}
 
 The \class{shlex} class makes it easy to write lexical analyzers for
 simple syntaxes resembling that of the \UNIX{} shell.  This will often