[quills-dev] [Collective-checkins] r32145 - Quills/trunk
Tim Hicks tim at sitefusion.co.ukSun Oct 29 14:47:51 UTC 2006
- Previous message: [quills-dev] [Collective-checkins] r32145 - Quills/trunk
- Next message: [quills-dev] [Collective-checkins] r32146 - Quills/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
quills-dev at lists.etria.com wrote: > Modified: Quills/trunk/MetaWeblogAPI.py > ============================================================================== > --- Quills/trunk/MetaWeblogAPI.py (original) > +++ Quills/trunk/MetaWeblogAPI.py Mon Oct 23 00:55:26 2006 > @@ -74,7 +74,7 @@ > ) > if ed is None: > ed = struct.get('dateCreated', > - struct.get('datecreated', > + struct.get('dateCreated', > DateTime.DateTime()) > ) That change looks wrong to me. The point of the existing code was to check for 'dateCreated', and then for 'datecreated' - and so to be indifferent to case. Tim
- Previous message: [quills-dev] [Collective-checkins] r32145 - Quills/trunk
- Next message: [quills-dev] [Collective-checkins] r32146 - Quills/trunk
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the quills-dev mailing list