Skip to content.

Etria Lists

 

[quills-dev] [Collective-checkins] r32145 - Quills/trunk

Tim Hicks tim at sitefusion.co.uk
Sun Oct 29 14:47:51 UTC 2006


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


More information about the quills-dev mailing list