On Dec 5, 2005, at 12:23 PM, Kevin Dangoor wrote:
On 12/5/05, Brian Beck <[EMAIL PROTECTED]> wrote:
Not sure if url is still in 0.9 and works the same way, but would
it be
reasonable to exclude a parameter in the return value if its value is
None?
Yes. that is quite reasonable (and I believe that's what the MochiKit
querystring function does). Please open a ticket.
Yeah, MochiKit.Base.queryString [1] does indeed unconditionally skip
property:value pairs where the value is undefined or null, and will
skip function values as well when using the single argument version.
.. [1] http://mochikit.com/doc/html/MochiKit/Base.html#fn-querystring
-bob