[Mailman3-dev] ZConfig 2.2

Barry Warsaw barry at python.org
Thu Apr 22 11:50:34 EDT 2004


The package Fred released appears to have a bug in it -- or rather it is
missing a bug fix I made prior to 2.2 tagging.  Fred's looking into it
but in the meantime, you can hand-apply the following patch.

looks-like-maki-may-be-right-after-all-ly y'rs,
-Barry

--- python/lib/python2.3/site-packages/ZConfig/components/logger/handlers.py.~1~	2004-04-13 15:34:19.000000000 -0400
+++ python/lib/python2.3/site-packages/ZConfig/components/logger/handlers.py	2004-04-22 11:41:40.000000000 -0400
@@ -32,6 +32,7 @@
     'relativeCreated': 1,
     'thread': 1,
     'message': 'amessage',
+    'process': 1,
     }
 
 def log_format(value):




More information about the Mailman3-Dev mailing list