[issue8345] missing method MatchObject.groups in re module doc

2010-04-08 Thread Brian Curtin
Brian Curtin added the comment: Thanks for reporting this. Fixed in r79906. -- assignee: georg.brandl -> brian.curtin nosy: +brian.curtin -georg.brandl priority: -> normal resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior ___

[issue8345] missing method MatchObject.groups in re module doc

2010-04-08 Thread Derk Drukker
New submission from Derk Drukker : The method MatchObject.groups disappeared from Doc/library/re.rst in py3k branch r79434 after a merge. (trunk, release26-maint, and release31-maint are fine.) -- assignee: georg.brandl components: Documentation messages: 102612 nosy: drukker, georg.br