commit | 8bee76106e8da9fd6011432d2f60861a94c623db | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Aug 25 02:22:30 2004 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Aug 25 02:22:30 2004 +0000 |
tree | 813980417d605a18837bead1951ff22a8e2b10b6 | |
parent | c8854434790d3a281f0ea5a4714e5c01414413b0 [diff] |
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.