]> granicus.if.org Git - python/commit
Where a string is desired, test for PyBaseString_Type derived type,
authorAndrew McNamara <andrewm@object-craft.com.au>
Mon, 10 Jan 2005 12:22:48 +0000 (12:22 +0000)
committerAndrew McNamara <andrewm@object-craft.com.au>
Mon, 10 Jan 2005 12:22:48 +0000 (12:22 +0000)
commit37d2bdfa763a8dc8928d5576903d6c2d714e2201
treec2965816211396bca7c8c2ffa2b25801bbadcda3
parent9fa094677186b4bb05e488e5bc9d5dfe7ec32812
Where a string is desired, test for PyBaseString_Type derived type,
rather than using PyString_Check/PyUnicode_Check.
Modules/_csv.c