diff options
author | Barry Warsaw <barry@python.org> | 2004-08-25 02:22:30 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2004-08-25 02:22:30 (GMT) |
commit | 8bee76106e8da9fd6011432d2f60861a94c623db (patch) | |
tree | 813980417d605a18837bead1951ff22a8e2b10b6 /Misc | |
parent | c8854434790d3a281f0ea5a4714e5c01414413b0 (diff) | |
download | cpython-8bee76106e8da9fd6011432d2f60861a94c623db.zip cpython-8bee76106e8da9fd6011432d2f60861a94c623db.tar.gz cpython-8bee76106e8da9fd6011432d2f60861a94c623db.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -57,6 +57,8 @@ Extension modules Library ------- +- PEP 292 classes Template and SafeTemplate are added to the string module. + - tarfile now generates GNU tar files by default. - HTTPResponse has now a getheaders method. |