[Zope-Checkins] SVN: Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py Monkey screwed pooch for Python 2.3 version of encodings.
Tres Seaver
tseaver at palladion.com
Thu Aug 14 10:46:42 EDT 2008
Log message for revision 89836:
Monkey screwed pooch for Python 2.3 version of encodings.
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-14 12:22:45 UTC (rev 89835)
+++ Zope/branches/Zope-2_8-branch/lib/python/Products/PythonScripts/patches.py 2008-08-14 14:46:41 UTC (rev 89836)
@@ -95,5 +95,6 @@
import encodings
+encodings._aliases = encodings.aliases.aliases
encodings.search_function.func_code = search_function.func_code
More information about the Zope-Checkins
mailing list