[Zodb-checkins] SVN: ZODB/tags/3.10.0b7/setup.py Debugged working around distutils unicode issues.
Jim Fulton
jim at zope.com
Tue Sep 28 14:39:34 EDT 2010
Log message for revision 117028:
Debugged working around distutils unicode issues.
Changed:
U ZODB/tags/3.10.0b7/setup.py
-=-
Modified: ZODB/tags/3.10.0b7/setup.py
===================================================================
--- ZODB/tags/3.10.0b7/setup.py 2010-09-28 18:36:57 UTC (rev 117027)
+++ ZODB/tags/3.10.0b7/setup.py 2010-09-28 18:39:34 UTC (rev 117028)
@@ -171,7 +171,7 @@
read_file("README.txt") + "\n\n" +
read_file("src", "CHANGES.txt")
).decode('latin-1').replace(u'L\xf6wis', '|Lowis|')
- )+ '''\n\n.. |Lowis| unicode:: L\\xf6wis\n'''
+ )+ '''\n\n.. |Lowis| unicode:: L \\xf6 wis\n'''
setup(name="ZODB3",
version=VERSION,
More information about the Zodb-checkins
mailing list