string templates

2007-04-04 Thread David Bear
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. -- David Bear -- let me buy your intellectual property, I want to own your thoughts

Re: string templates

2007-04-04 Thread Facundo Batista
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