Home | Trees | Index | Help |
|
---|
|
Backwards compatibility with previous versions of Python.
This module provides backwards compatibility by defining several functions and classes that were not available in earlier versions of Python. Intented usage:
>>> from epydoc.compat import *
Currently, epydoc requires Python 2.3+.
|
|||
sorted(iterable, cmp=None, key=None, reverse=False) | |||
reversed(iterable) |
|
|
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:29:52 2006 | http://epydoc.sf.net |