Re: [Python-Dev] re.Scanner and string.Template

2009-09-17 Thread Benjamin Peterson
2009/9/17 nathan binkert : > I've been working on code that works a lot like string.Template and in > the process, I stumbled on re.Scanner.  I have two questions. > 1) Is re.Scanner ever going to be official?  Can I count on it being > in future versions of python?  It's been there for a really lo

[Python-Dev] re.Scanner and string.Template

2009-09-17 Thread nathan binkert
I've been working on code that works a lot like string.Template and in the process, I stumbled on re.Scanner. I have two questions. 1) Is re.Scanner ever going to be official? Can I count on it being in future versions of python? It's been there for a really long time, so I assume so, but someth