]> granicus.if.org Git - python/commit
write(): Special case the common situation of a stream that's only
authorFred Drake <fdrake@acm.org>
Tue, 17 Sep 2002 18:10:34 +0000 (18:10 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 17 Sep 2002 18:10:34 +0000 (18:10 +0000)
commitd679e09970465d1b914b7d3dc11eaddbbcd6d289
tree94660d705388b809753874fde618796cf5fbe0db
parentc6874013379f22cbcde563f7e8c24ae6ba1bc305
write():  Special case the common situation of a stream that's only
          being used to dump output (no seeks), so we can avoid a lot
          of extra checks being made.
Lib/StringIO.py