Re: BUG?: Saving empty array in shelve

2007-04-02 Thread Peter Otten
iwl wrote: > I've tryed to save some data containing empty arrays (array('f')) in a > shelve. > It looks like the shelve has some problems with empty arrays, get > allways: > TypeError: ("'NoneType' object is not iterable", , > ('f', None))- > Messages when dealing with the readed back shelve. > S

BUG?: Saving empty array in shelve

2007-04-02 Thread iwl
Hi, I've tryed to save some data containing empty arrays (array('f')) in a shelve. It looks like the shelve has some problems with empty arrays, get allways: TypeError: ("'NoneType' object is not iterable", , ('f', None))- Messages when dealing with the readed back shelve. Seems like I have to avo