added seealso pointing reader at readline example which uses atexit.

This commit is contained in:
Skip Montanaro 2000-07-06 03:26:39 +00:00
parent 510ca1d338
commit 63099f911f
1 changed files with 4 additions and 0 deletions

View File

@ -67,3 +67,7 @@ import atexit
atexit.register(savecounter)
\end{verbatim}
\begin{seealso}
\seemodule{readline}{useful example of atexit to read and write readline
history files}
\end{seealso}