mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
added seealso pointing reader at readline example which uses atexit.
This commit is contained in:
parent
510ca1d338
commit
63099f911f
1 changed files with 4 additions and 0 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue