[Patches] [Patch #101299] add missing test for strings in file_writelines

noreply@sourceforge.net noreply@sourceforge.net
Fri, 25 Aug 2000 15:53:25 -0700


Patch #101299 has been updated. 

Project: 
Category: core (C code)
Status: Closed
Summary: add missing test for strings in file_writelines

Follow-Ups:

Date: 2000-Aug-25 09:23
By: jhylton

Comment:
This is a partial fix for Bug #111860.

It looks like version 2.72 introduced the bug, because it does not check the type of the list elements in every code branch.  This adds the PyString_Check to the branch where it was missing.

-------------------------------------------------------

Date: 2000-Aug-25 15:53
By: lemburg

Comment:
I just checked in a fix for the bug and the test script provided
by Jeremy Hilton.

This patch is now obsolete... closing it.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101299&group_id=5470