id,summary,reporter,owner,description,type,status,priority,component,severity,resolution,keywords,cc,release
4846,'unicode' object has no attribute 'partition' error with Python 2.4.,anonymous,ashkulz,{{{\r\n--- FlatTableProcessor.py.orig  Sat Mar 28 17:19:59 2009\r\n+++ FlatTableProcessor.py       Sat Mar 28 19:51:28 2009\r\n@@ -48_7 +48_7 @@\r\n     def _parse_config(self_ cols):\r\n         config = []\r\n         for col in cols:\r\n-            name_ sep_ val = col.partition(':')\r\n+            name_ val = col.split(':'_1);\r\n             config.append( (name.strip()_ [item.strip() for item in val.split()]) )\r\n         return config\r\n}}}\r\n\r\nI'm not goot at python(and english too)_ but this changes works for me with python 2.4.\r\n\r\nthanks for your work.\r\n\r\n\r\n\r\n,defect,closed,normal,FlatTableMacro,trivial,fixed,,,0.11
