On Dec 29, 12:41 pm, Matt Nordhoff <[EMAIL PROTECTED]> wrote:
> xkenneth wrote:
> > Is it possible to use optional delimiters other than tab and colons?
>
> > For example:
>
> >      if this==1 {
> >           print this
> >      }
>
> <http://timhatch.com/projects/pybraces/>
>
> Heheheh..

Wow!  I never thought of (ab)using encodings like that.  And sure
enough, it's perfectly legal to write:


# -*- encoding: rot-13 -*-

cevag h"Uryyb, jbeyq!"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to