mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Re-categorize the dump module as obsolete.
This commit is contained in:
parent
354e98222c
commit
46e1a32edf
1 changed files with 3 additions and 3 deletions
|
@ -98,9 +98,6 @@ are not documented beyond this mention.
|
|||
These modules are probably also obsolete, or just not very useful.
|
||||
|
||||
\begin{description}
|
||||
\item[dump.py]
|
||||
--- Print python code that reconstructs a variable
|
||||
|
||||
\item[find.py]
|
||||
--- find files matching pattern in directory tree
|
||||
|
||||
|
@ -142,6 +139,9 @@ possibly using \envvar{PYTHONPATH}.
|
|||
code object (these are now accessible as attributes: co.co_name,
|
||||
func.func_name, co.co_firstlineno).
|
||||
|
||||
\item[dump.py]
|
||||
--- Print python code that reconstructs a variable
|
||||
|
||||
\item[fmt.py]
|
||||
--- text formatting abstractions (too slow)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue