From a3f35444e91233705484833ad357e9ef86d1facd Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Wed, 29 Feb 2012 16:01:06 -0500 Subject: [PATCH] Disable parseDate work around. --- zipline/messaging.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zipline/messaging.py b/zipline/messaging.py index d057a5f8..5d367899 100644 --- a/zipline/messaging.py +++ b/zipline/messaging.py @@ -31,10 +31,6 @@ class ComponentHost(Component): self.components = {} # ---------------------- - # workaround for defect in threaded use of strptime: - # http://bugs.python.org/issue11108 - qutil.parse_date("2012/02/13-10:04:28.114") - self.sync_register = {} self.timeout = datetime.timedelta(seconds=5)