Issue 9582: documentation line needs rewording (original) (raw)
Issue9582
Created on 2010-08-12 22:03 by mohrr, last changed 2022-04-11 14:57 by admin. This issue is now closed.
Files |
|
|
|
File name |
Uploaded |
Description |
Edit |
issue9582.patch |
ruseel,2010-09-23 10:34 |
|
|
Messages (5) |
|
|
msg113711 - (view) |
Author: Robert Mohr (mohrr) |
Date: 2010-08-12 22:03 |
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 up in the 3.2 docs. |
|
|
msg114020 - (view) |
Author: Terry J. Reedy (terry.reedy) *  |
Date: 2010-08-15 22:56 |
PATCH add 'are' after 'expressions'. |
|
|
msg114027 - (view) |
Author: Éric Araujo (eric.araujo) *  |
Date: 2010-08-15 23:55 |
+1 on committing this change. |
|
|
msg117177 - (view) |
Author: MunSic JEONG (ruseel) |
Date: 2010-09-23 10:34 |
uploaded patch. patch could be applied to 2.7-maint and p3k successfuly. single word insert. |
|
|
msg117187 - (view) |
Author: Brian Curtin (brian.curtin) *  |
Date: 2010-09-23 13:48 |
Committed in r84971 and r84972. Thanks. |
|
|
History |
|
|
|
Date |
User |
Action |
Args |
2022-04-11 14:57:05 |
admin |
set |
github: 53791 |
2010-09-23 13:57:52 |
benjamin.peterson |
set |
status: open -> closed |
2010-09-23 13:48:49 |
brian.curtin |
set |
nosy: + brian.curtinmessages: + assignee: docs@python -> brian.curtinresolution: fixedstage: needs patch -> resolved |
2010-09-23 10:34:03 |
ruseel |
set |
files: + issue9582.patchnosy: + ruseelmessages: + |
2010-08-15 23:55:56 |
eric.araujo |
set |
nosy: + eric.araujomessages: + |
2010-08-15 22:56:26 |
terry.reedy |
set |
keywords: + easy |
2010-08-15 22:56:08 |
terry.reedy |
set |
nosy: + terry.reedymessages: + keywords: + patchtype: behaviorstage: needs patch |
2010-08-12 22:03:41 |
mohrr |
create |
|