0
0
mirror of https://github.com/python/cpython.git synced 2024-11-30 18:51:15 +01:00

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

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}