Doc suggestions (was: Why "class exceptions" are not deprecated?)

Ed Singleton singletoned at gmail.com
Wed Mar 29 10:52:41 EST 2006


On 29/03/06, Fredrik Lundh <fredrik at pythonware.com> wrote:
> > btw, one alternative could be to use an infogame site for this purpose:
> >
> >    http://infogami.com
> >
> > this gives you revision history, a permissions system (limiting editing to
> > registered users might be a good idea), comments, an associated blog,
> > voting, feeds, change logs, etc.
>
> alright, I got bored and uploaded a copy of the current Python tutorial to
>
>     http://pytut.infogami.com

Damn.  You beat me to it by an hour.

http://singletoned.infogami.com/_special/index

I had a nightmare with character encodings (mainly because I'm
terrible with them).  I have a script written that does it all for me,
but it keeps choking on characters.  I just tried randomly converting
things to Unicode at various points for over an hour until it worked.

Ed



More information about the Python-list mailing list