* dAniel hAhler <[EMAIL PROTECTED]> writes:
> on Fri, 20. Feb 2004 at 16:37:44 +0100 Carsten Thönges wrote:

>>> Is it possible to convert %20 back to space or any other special chars
>>> to its "real value"?
>> Python.

> I was sure you would come up with that.. :)

> Now I'm just installing Python. I hope it works with the cygwin
> version?! We'll see..

I bet it won't work. But the native Windows version is OK. You
should also look for a good editor as the provided editor »Idle« is
not very good (SPE, Boa Constructor, Emacs, ...)

>> quoted_string = tb.macro(r'%%_tbvar')

> what's the 'r' for?

It declares the string as a »raw string« (you don't need it, it's
rather superfluous in this case).

Carsten
-- 


________________________________________________________

http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to