Gregory (Grisha) Trubetskoy wrote:
On Thu, 8 Dec 2005, Graham Dumpleton (JIRA) wrote:
In 3.2, mod_python.publisher was modified so that if it encountered an
interable it would recursively iterate over the items and publish each
with the result being concatenated.
I didn't know this either. I'm curious what the rational for this was -
I'm not sure whether this is good or bad. If I have an object which it
iterable, but also has its own idea of how to represent itself as a
string as a whole, isn't this going to be slightly unexpected?
Grisha
I believe this is the source of this change:
http://issues.apache.org/jira/browse/MODPYTHON-15
Jim