Here is the documentation for that package: http://pythonhosted.org/dbf/
The record object does not have a write_record() method, but it is documented.
Do I need to call something to commit changes to the file before closing the table?
This question is related to: How to delete record from dbf file using python dbf module?