[New-bugs-announce] [issue13613] Small error in regular expression poker hand example

Edmund Eyles report at bugs.python.org
Fri Dec 16 13:58:00 CET 2011


New submission from Edmund Eyles <hotel at heddonsgate.co.uk>:

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 not to play poker against the author.  

I would suggest changing the range of the characters that represent the cards' denominations to [2-9tjqka], with a 't' representing a 10, rather than using a '0', and not using either the '0' or the '1'.

----------
assignee: docs at python
components: Documentation
messages: 149619
nosy: Eddie E, docs at python
priority: normal
severity: normal
status: open
title: Small error in regular expression poker hand example
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13613>
_______________________________________


More information about the New-bugs-announce mailing list