(DBFInfo_write_record): Use PySequence_Check instead of PyMapping_Check to distinguish between sequences and mappings because in Python 2.3, PyMapping_Check returns true for tuples and lists too.