Re: doctest + shelve question

2009-03-07 Thread Gabriel Genellina
En Fri, 06 Mar 2009 19:56:07 -0200, Sebastian Bartos escribió: I have a question. I'm writing a simple object serialization module using shelve to write arbitrary objects to a file (M.py). Now I have the problem, that if I create a simple object in the doctest documentation file M.txt like th

doctest + shelve question

2009-03-06 Thread Sebastian Bartos
Hello list, I have a question. I'm writing a simple object serialization module using shelve to write arbitrary objects to a file (M.py). Now I have the problem, that if I create a simple object in the doctest documentation file M.txt like this: >>> class tdata(object): ... def __init