Commit cd814fc9 authored by Andreas Jung's avatar Andreas Jung

doc/CHANGES.txt

parent 6bd639c7
...@@ -70,6 +70,11 @@ Zope changes ...@@ -70,6 +70,11 @@ Zope changes
the "Refresh" product. This enables developers to see the the "Refresh" product. This enables developers to see the
effect of changes to their products without restarting Zope. effect of changes to their products without restarting Zope.
- Added new 'sequence' module for underscore namespace to provide
extended sorting functionality for sequence (implements
ExtendedDTMLSorting proposal)
Zope 2.3.0 beta 3 Zope 2.3.0 beta 3
Features Added Features Added
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
############################################################################## ##############################################################################
"""HTML formated DocumentTemplates """HTML formated DocumentTemplates
$Id: DT_HTML.py,v 1.27 2001/04/30 14:46:00 shane Exp $""" $Id: DT_HTML.py,v 1.28 2001/05/25 11:30:32 andreas Exp $"""
from DT_String import String, FileMixin from DT_String import String, FileMixin
import DT_String, re import DT_String, re
...@@ -102,6 +102,9 @@ class dtml_re_class: ...@@ -102,6 +102,9 @@ class dtml_re_class:
strip=strip, strip=strip,
replace=replace, replace=replace,
): ):
open('xx.log','a').write('-'*78 + '\n' + text)
while 1: while 1:
mo = start_search(text,start) mo = start_search(text,start)
if mo is None: return None if mo is None: return None
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment