Log message for revision 90577:
  Make the monkey-patch work with Python 2.3.

Changed:
  U   Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py

-=-
Modified: 
Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py
===================================================================
--- Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py  
2008-08-29 12:10:04 UTC (rev 90576)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py  
2008-08-29 12:16:07 UTC (rev 90577)
@@ -95,6 +95,7 @@
 
 
 import encodings
+import encodings.aliases # Python 2.3
 encodings._aliases = encodings.aliases.aliases
 encodings.search_function.func_code = search_function.func_code
 

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to