[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py Make the monkey-patch work with Python 2.3.

Stefan H. Holek stefan at epy.co.at
Fri Aug 29 08:16:08 EDT 2008


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
 



More information about the Zope-Checkins mailing list