Re: [Python-Dev] r84847 - python/branches/py3k/Doc/library/re.rst

2010-09-16 Thread Michael Foord
On 16/09/2010 16:37, Georg Brandl wrote: That reminds me of the undocumented re.Scanner -- which is meant to do exactly this. Wouldn't it be about time to document or remove it? There was a long discussion about this on the bug tracker (the suggestion to document it was rejected at the time

Re: [Python-Dev] r84847 - python/branches/py3k/Doc/library/re.rst

2010-09-16 Thread Georg Brandl
That reminds me of the undocumented re.Scanner -- which is meant to do exactly this. Wouldn't it be about time to document or remove it? Georg Am 16.09.2010 14:02, schrieb raymond.hettinger: > Author: raymond.hettinger > Date: Thu Sep 16 14:02:17 2010 > New Revision: 84847 > > Log: > Add tokeni