]> granicus.if.org Git - python/commit
PEP 292 classes Template and SafeTemplate are added to the string module.
authorBarry Warsaw <barry@python.org>
Wed, 25 Aug 2004 02:22:30 +0000 (02:22 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 25 Aug 2004 02:22:30 +0000 (02:22 +0000)
commit8bee76106e8da9fd6011432d2f60861a94c623db
tree813980417d605a18837bead1951ff22a8e2b10b6
parentc8854434790d3a281f0ea5a4714e5c01414413b0
PEP 292 classes Template and SafeTemplate are added to the string module.
This patch includes test cases and documentation updates, as well as NEWS file
updates.

This patch also updates the sre modules so that they don't import the string
module, breaking direct circular imports.
Doc/lib/libstring.tex
Lib/sre.py
Lib/sre_constants.py
Lib/sre_parse.py
Lib/string.py
Lib/test/test_pep292.py [new file with mode: 0644]
Misc/NEWS