[Zope-Checkins] CVS: Zope/lib/python/Products/PythonScripts - standard.py:1.13

Andreas Jung andreas@andreas-jung.com
Sun, 13 Apr 2003 13:51:55 -0400


Update of /cvs-repository/Zope/lib/python/Products/PythonScripts
In directory cvs.zope.org:/tmp/cvs-serv8749

Modified Files:
	standard.py 
Log Message:
added support for reST


=== Zope/lib/python/Products/PythonScripts/standard.py 1.12 => 1.13 ===
--- Zope/lib/python/Products/PythonScripts/standard.py:1.12	Wed Dec  4 13:55:16 2002
+++ Zope/lib/python/Products/PythonScripts/standard.py	Sun Apr 13 13:51:54 2003
@@ -25,6 +25,7 @@
 
 security.declarePublic('special_formats', 'whole_dollars',
                        'dollars_and_cents', 'structured_text',
+                       'restructured_text',
                        'sql_quote', 'html_quote', 'url_quote',
                        'url_quote_plus', 'newline_to_br',
                        'thousands_commas', 'url_unquote',
@@ -32,7 +33,7 @@
 from DocumentTemplate.DT_Var import special_formats, \
  whole_dollars, dollars_and_cents, structured_text, sql_quote, \
  html_quote, url_quote, url_quote_plus, newline_to_br, thousands_commas, \
- url_unquote, url_unquote_plus
+ url_unquote, url_unquote_plus, restructured_text
 from urllib import urlencode
 
 from Globals import HTML