Re: [web2py] Re: Stream cStringIO

2014-12-29 Thread Alexandr Presniakov
Thank you! Yes, it worked, but maybe it should be added into the response.stream code itself? 2014-12-27 2:27 GMT+04:00 Niphlod : > the docstrings api on web2py.com/examples/epydoc are reeeally old and > buggy. The new api documentation is on readthedocs >

Re: [web2py] Re: DAL returns string fields not as unicode strings

2015-11-16 Thread Alexandr Presniakov
Yes, the only difference in my example was that strings were printed by interpreter, not by print. The question is: why these strings are returned as byte strings? If they are encoded as utf-8 by default, why not return unicode typed strings? If I'm not mistaken, it was default behaviour before. Or