From e318561e18aac4188972d70e743031d685c9cb4c Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 16 Sep 2000 22:01:28 +0000 Subject: [PATCH] Added request for cStringIO.StringIO.readlines() method. Closes SF bug #110686. --- pep-0042.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pep-0042.txt b/pep-0042.txt index 84ede65f8..c25a962eb 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -104,6 +104,11 @@ Standard Library http://sourceforge.net/bugs/?func=detailbug&bug_id=110839&group_id=5470 + - cStringIO.StringIO class should be given a readlines() method + for compatibility with StringIO.StringIO class. + + http://sourceforge.net/bugs/?func=detailbug&bug_id=110686&group_id=5470 + Tools