]> granicus.if.org Git - python/commit
The writelines() function was never tested and contained numerous bugs
authorGuido van Rossum <guido@python.org>
Mon, 8 Feb 1999 17:03:27 +0000 (17:03 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 8 Feb 1999 17:03:27 +0000 (17:03 +0000)
commit68de0641ce97d820999b6ce8d67aa9b08823b8bf
treecd8d34826049736c7d5d7514a016d6ebceaaefbe
parentc55b0ca60186d021fb08557ab487b123bc06fcc8
The writelines() function was never tested and contained numerous bugs
(including a docstring saying "blah").  Fixed all this.

(Please review for potential memory leaks!)
Modules/cStringIO.c