BTW, if you're a noob like me and can't follow the Unicode stuff,
I once read this:
http://www.joelonsoftware.com/articles/Unicode.html
I need to read it again before commenting, but I seem to recall it
being edifying, if not particularly memorable. ;-)
--
A Weapon of Mass Construction
My emails
So glad I found this group! Been looking for a relevant community.
http://www.subspacefield.org/~travis/python_web_authoring_programming.html
Meant to answer questions such as "what tools should I use?"
Refers to both HTML generation and web app development.
Several weeks of work have gone int
On Mon, 2006-09-18 at 14:24 -0400, Jim Fulton wrote:
> On Sep 18, 2006, at 2:16 PM, Python wrote:
>
> > On Mon, 2006-09-18 at 10:27 -0700, Ben Bangert wrote:
> >> Why do you assume the session store is untrusted? If someone can hack
> >> into my database, they
On Mon, 2006-09-18 at 10:27 -0700, Ben Bangert wrote:
> Why do you assume the session store is untrusted? If someone can hack
> into my database, they can typically hack into my web application so
> its pretty weird to consider the backend session store to be
> "untrusted".
You are assuming tha
On Sat, 2006-09-16 at 12:23 +1000, René Dudfield wrote:
> That seems like a good way to stop the untrusted session store from
> being able to inject sessions in there. That could at least solve the
> problem of using pickles from untrusted session stores.
>
> Are you just using t
by the unpickle
operation.
>
>
>
>
> ...
>
> Some python web frame works are using pickle to store session data.
> Pickle is a well known poor choice for secure systems. However it
> seems to be more widely known by those writing network applications,
> than those making web
http://moinmoin.wikiwikiweb.de/MoinMoinFeatures
written in Python
On Fri, 2005-11-04 at 16:02 -0800, Shannon -jj Behrens wrote:
> I need a Wiki with a CVS backend. I'd prefer Python, but I'm okay
> with using something else. The things I've found are:
>
> Tini Wik