@@ -182,9 +182,6 @@ \section{Oddities}
182182\item [packmail.py]
183183--- create a self-unpacking \UNIX {} shell archive
184184
185- \item [poly.py]
186- --- Polynomials
187-
188185\item [sched.py]
189186--- event scheduler class
190187
@@ -194,9 +191,6 @@ \section{Oddities}
194191\item [util.py]
195192--- useful functions that don't fit elsewhere
196193
197- \item [zmod.py]
198- --- Compute properties of mathematical "fields"
199-
200194\item [tzparse.py]
201195--- Parse a timezone specification (unfinished)
202196\end {description }
@@ -218,6 +212,11 @@ \section{Obsolete}
218212\item [addpack.py]
219213--- standard support for "packages"
220214
215+ \item [codehack.py]
216+ --- Extract function name or line number from a function
217+ code object (these are now accessible as attributes: co.co_name,
218+ func.func_name, co.co_firstlineno).
219+
221220\item [fmt.py]
222221--- text formatting abstractions (too slow)
223222
@@ -228,18 +227,19 @@ \section{Obsolete}
228227--- wrapper around FCNTL file locking (use
229228\function {fcntl.lockf()}/\function {flock()} intead)
230229
230+ \item [poly.py]
231+ --- Polynomials
232+
231233\item [tb.py]
232234--- Print tracebacks, with a dump of local variables (use
233235\function {pdb.pm()} or \module {traceback} instead)
234236
235- \item [codehack.py]
236- --- Extract function name or line number from a function
237- code object (these are now accessible as attributes: co.co_name,
238- func.func_name, co.co_firstlineno).
239-
240237\item [timingmodule]
241238--- Measure time intervals to high resolution (use
242239\function {time.clock()} instead). (This is an extension module.)
240+
241+ \item [zmod.py]
242+ --- Compute properties of mathematical "fields"
243243\end {description }
244244
245245The following modules were documented in previous versions of this
0 commit comments