[issue13613] Small error in regular expression poker hand example

2011-12-16 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report! -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue13613] Small error in regular expression poker hand example

2011-12-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 766a21ebf82e by Ezio Melotti in branch '2.7': #13613: fix example in re doc. http://hg.python.org/cpython/rev/766a21ebf82e New changeset 0b86da9d6964 by Ezio Melotti in branch '3.2': #13613: fix example in re doc. http://hg.python.org/cpython/rev/0

[issue13613] Small error in regular expression poker hand example

2011-12-16 Thread Edmund Eyles
Edmund Eyles added the comment: Changes proposed in file 23978 look good to me! On 16/12/2011 13:28, Ezio Melotti wrote: > > Changes by Ezio Melotti: > > > Added file: http://bugs.python.org/file23978/issue13613.diff > > ___ > Python tracker >

[issue13613] Small error in regular expression poker hand example

2011-12-16 Thread Ezio Melotti
Changes by Ezio Melotti : Added file: http://bugs.python.org/file23978/issue13613.diff ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue13613] Small error in regular expression poker hand example

2011-12-16 Thread Ezio Melotti
Changes by Ezio Melotti : Removed file: http://bugs.python.org/file23977/issue13613.diff ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue13613] Small error in regular expression poker hand example

2011-12-16 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: docs@python -> ezio.melotti keywords: +patch nosy: +ezio.melotti stage: -> commit review type: behavior -> enhancement versions: +Python 3.2, Python 3.3 Added file: http://bugs.python.org/file23977/issue13613.diff _

[issue13613] Small error in regular expression poker hand example

2011-12-16 Thread Edmund Eyles
New submission from Edmund Eyles : The documentation for Python 2.7.2 has a section of examples for the regular expression match() function, based on a poker hand, at section 7.2.6.1. These examples show a suit of cards as having 14 cards! The ace is counted twice, as '1' and 'a'. Remind me