[Zope-Checkins] CVS: Zope/lib/python/Products/PythonScripts - standard.py:1.11.20.1
Andreas Jung
andreas@andreas-jung.com
Wed, 13 Nov 2002 16:18:25 -0500
Update of /cvs-repository/Zope/lib/python/Products/PythonScripts
In directory cvs.zope.org:/tmp/cvs-serv7875/lib/python/Products/PythonScripts
Modified Files:
Tag: ajung-restructuredtext-integration-branch
standard.py
Log Message:
moved reST/STX method to standard module
=== Zope/lib/python/Products/PythonScripts/standard.py 1.11 => 1.11.20.1 ===
--- Zope/lib/python/Products/PythonScripts/standard.py:1.11 Wed Sep 4 18:19:09 2002
+++ Zope/lib/python/Products/PythonScripts/standard.py Wed Nov 13 16:18:24 2002
@@ -28,11 +28,12 @@
'sql_quote', 'html_quote', 'url_quote',
'url_quote_plus', 'newline_to_br',
'thousands_commas', 'url_unquote',
- 'url_unquote_plus', 'urlencode')
+ 'url_unquote_plus', 'urlencode',
+ 'restructured_text')
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