spaces in hdf keys?

"Scott Hassan" <[email protected]> Fri, 04 Dec 2009 19:57:54 -0000
Newsgroups gmane.text.clearsilver.general
Message-ID <[email protected]>
Are spaces allowed in HDF key names?

Scott
--

import neo_cgi, neo_util

h = neo_util.HDF()
h.setValue("a b", "1")
s = h.writeString() 
 
h2 = neo_util.HDF() 
h.readString(s)