On Wed, Nov 14, 2012 at 11:27 AM, R. David Murray <rdmur...@bitdance.com> wrote:
> Maybe it's not good design, but I'll bet you that if it didn't do that,
> there would be lots of instances of this scattered around various
> codebases:
>
>     def makedict(**kw):
>         return kw

Now that's a good solution and probably solves the OP speed problem.

mark
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to