[issue2560] removal of stale code from myreadline.c

2009-08-22 Thread Jessica McKellar
Jessica McKellar jessica.mckel...@gmail.com 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

[issue2560] removal of stale code from myreadline.c

2009-03-29 Thread Daniel Stutzbach
Daniel Stutzbach dan...@stutzbachenterprises.com 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

[issue2560] removal of stale code from myreadline.c

2008-04-05 Thread Joseph Armbruster
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: