[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 > > ___ >

[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 &#

[issue5935] Better documentation of use of BROWSER environment variable

2009-05-04 Thread Edmund Eyles
New submission from Edmund Eyles : The documentation for the webbrowser module at http://www.python.org/doc/2.5/lib/module-webbrowser.html refers to the use of the BROWSER environment variable as a means to control which browser is run. However, it makes no mention of how the browser name(s) in