[Python-checkins] python/dist/src/Misc NEWS,1.1109,1.1110

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Wed Aug 25 04:22:33 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23842/Misc

Modified Files:
	NEWS 
Log Message:
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.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1109
retrieving revision 1.1110
diff -u -d -r1.1109 -r1.1110
--- NEWS	25 Aug 2004 02:14:07 -0000	1.1109
+++ NEWS	25 Aug 2004 02:22:30 -0000	1.1110
@@ -57,6 +57,8 @@
 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.



More information about the Python-checkins mailing list