[Zope-Checkins] SVN: Zope/branches/2.11/ - integrated Hotfix-2008-08-12

Andreas Jung andreas at andreas-jung.com
Wed Aug 13 14:01:25 EDT 2008


Log message for revision 89805:
  - integrated Hotfix-2008-08-12
  
  

Changed:
  U   Zope/branches/2.11/doc/CHANGES.txt
  U   Zope/branches/2.11/lib/python/Products/PythonScripts/__init__.py

-=-
Modified: Zope/branches/2.11/doc/CHANGES.txt
===================================================================
--- Zope/branches/2.11/doc/CHANGES.txt	2008-08-13 17:49:24 UTC (rev 89804)
+++ Zope/branches/2.11/doc/CHANGES.txt	2008-08-13 18:01:24 UTC (rev 89805)
@@ -14,7 +14,9 @@
 
       - LP #253362: better dealing with malformed HTTP_ACCEPT_CHARSET headers
 
+      - integrated Hotfix-2008-08-12
 
+
   Zope 2.11.1 (2008/07/17)
 
     Bugs Fixed

Modified: Zope/branches/2.11/lib/python/Products/PythonScripts/__init__.py
===================================================================
--- Zope/branches/2.11/lib/python/Products/PythonScripts/__init__.py	2008-08-13 17:49:24 UTC (rev 89804)
+++ Zope/branches/2.11/lib/python/Products/PythonScripts/__init__.py	2008-08-13 18:01:24 UTC (rev 89805)
@@ -61,3 +61,5 @@
     if names:
         return 'The following Scripts were recompiled:\n' + '\n'.join(names)
     return 'No Scripts were found that required recompilation.'
+
+import patches



More information about the Zope-Checkins mailing list