string templates
Facundo Batista
facundo at taniquetil.com.ar
Wed Apr 4 20:09:52 EDT 2007
David Bear wrote:
> I was justing wondering how safe python string templates are to use with
> unicode. I was just scanning pep 292 and it seems to say that they are --
> or can by with inheritance... but I don't quite understand.
What do you mean with "safe"? I use string.Template a lot, don't
worrying about unicode (it just works) and never got hurt...
Regards,
--
. Facundo
.
Blog: http://www.taniquetil.com.ar/plog/
PyAr: http://www.python.org/ar/
More information about the Python-list
mailing list