New Python regex Doc (was: Python documentation moronicities)

Xah Lee xah at xahlee.org
Mon Apr 18 16:40:43 EDT 2005


i have rewrote the Python's re module documentation.
See it here for table of content page:
http://xahlee.org/perl-python/python_re-write/lib/module-re.html

The doc is broken into 4 sections:
* regex functions (node111.html)
* regex OOP (re-objects.html)
* matched objects (match-objects.html)
* regex syntax (re-syntax.html)

the regex syntax page i haven't edited, except the introductory first
paragraph. The other pages are completely rewritten for about 80%.

There are a couple fine points or 3 places in the original doc i can't
understand. They are noted as NOTE DOC WRITERS or NEED EXAMPLE HERE.

 Xah
 xah at xahlee.orghttp://xahlee.org/




More information about the Python-list mailing list