[Zope-Checkins] CVS: Packages/Interface - pprint.py:1.7.68.1
Christian 'Tiran' Heimes
heimes at faho.rwth-aachen.de
Mon Jul 26 13:38:38 EDT 2004
Update of /cvs-repository/Packages/Interface
In directory cvs.zope.org:/tmp/cvs-serv18892/lib/python/Interface
Modified Files:
Tag: Zope-2_7-branch
pprint.py
Log Message:
Updated docutils including a fix for 1426: System locale breaks reStructuredText horribly
Added rest-language-code to zope.conf schema. it's used instead of the locales
=== Packages/Interface/pprint.py 1.7 => 1.7.68.1 ===
--- Packages/Interface/pprint.py:1.7 Wed Aug 14 17:35:32 2002
+++ Packages/Interface/pprint.py Mon Jul 26 13:38:07 2004
@@ -19,7 +19,7 @@
min_indent=indent
for line in lines[1:]:
nlines.append(line[min_indent:])
- return '\n'.join(nlines, '\n')
+ return '\n'.join(nlines)
More information about the Zope-Checkins
mailing list