Thanks Michael. I created a ticket (#3508) and submitted a patch. Based
on the triage policy, it seems "ready for checkin"... but it doesn't
seem kosher for me to decide that on my own :)
-jc
On 2/14/2007, "Michael Radziej" <[EMAIL PROTECTED]> wrote:
>
>Hi,
>
>John Calixto:
>> I have an almost
Hi,
John Calixto:
> I have an almost trivial (although it was helpful to me) enhancement for
> django.utils.datastructures.MergeDict. It basically adds __str__ and
> __repr__ methods so that you can see more meaningful output than just
> the standard "" string.
>
> Here's my diff:
>
> === djan
Hi All,
I have an almost trivial (although it was helpful to me) enhancement for
django.utils.datastructures.MergeDict. It basically adds __str__ and
__repr__ methods so that you can see more meaningful output than just
the standard "" string.
Here's my diff:
=== django/utils/datastructures.py