Jessica McKellar added the comment:
Here's an updated patch against trunk that has 8 space tabs and doesn't
remove some of the existing comments like the other patch did. I checked
that the patch applies and that re-building doesn't error.
--
nosy: +jesstess
versions: +Python 3.2
Added
Daniel Stutzbach added the comment:
This patch looks good to me and applies cleanly to the trunk. Here's a
synopsis of the code (before the patch) in question:
static int
my_fgets(char *buf, int len, FILE *fp)
{
for(;;) {
/* a bunch of code that does not contain break or continue
New submission from Joseph Armbruster <[EMAIL PROTECTED]>:
This patch removes a stale for loop from myreadline.c:
http://svn.python.org/projects/python/trunk @ 62180
--
components: Interpreter Core
files: myreadline.patch
keywords: patch
messages: 65015
nosy: JosephArmbruster
severity: