[issue9582] documentation line needs rewording

2010-09-23 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue9582] documentation line needs rewording

2010-09-23 Thread Brian Curtin
Brian Curtin added the comment: Committed in r84971 and r84972. Thanks. -- assignee: d...@python -> brian.curtin nosy: +brian.curtin resolution: -> fixed stage: needs patch -> committed/rejected ___ Python tracker

[issue9582] documentation line needs rewording

2010-09-23 Thread MunSic JEONG
MunSic JEONG added the comment: uploaded patch. patch could be applied to 2.7-maint and p3k successfuly. single word insert. -- nosy: +ruseel Added file: http://bugs.python.org/file18973/issue9582.patch ___ Python tracker

[issue9582] documentation line needs rewording

2010-08-15 Thread Éric Araujo
Éric Araujo added the comment: +1 on committing this change. -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing

[issue9582] documentation line needs rewording

2010-08-15 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue9582] documentation line needs rewording

2010-08-15 Thread Terry J. Reedy
Terry J. Reedy added the comment: PATCH add 'are' after 'expressions'. -- keywords: +patch nosy: +terry.reedy stage: -> needs patch type: -> behavior ___ Python tracker ___ ___

[issue9582] documentation line needs rewording

2010-08-12 Thread Robert Mohr
New submission from Robert Mohr : The last line of http://docs.python.org/faq/programming.html#is-there-a-scanf-or-sscanf-equivalent is not proper English: For more complicated input parsing, regular expressions more powerful than C’s sscanf() and better suited for the task. This also shows