[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:27:52 EDT 2010


Log message for revision 117026:
  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:08:29 UTC (rev 117025)
+++ ZODB/tags/3.10.0b7/setup.py	2010-09-28 18:27:52 UTC (rev 117026)
@@ -171,9 +171,7 @@
      read_file("README.txt")  + "\n\n" +
      read_file("src", "CHANGES.txt")
     ).decode('latin-1').replace(u'L\xf6wis', '|Lowis|')
-    )+ '''
-    .. |Lowis| unicode:: L\xf6wis
-    '''
+    )+ '''\n\n.. |Lowis| unicode:: L\\xf6wis\n'''
 
 setup(name="ZODB3",
       version=VERSION,



More information about the Zodb-checkins mailing list