"an integer is required" when open()'ing a file as utf-8?

I have a file I'm trying to open up in python with the following line: f = open("C:/data/lastfm-dataset-360k/test_data.tsv", "r", "utf-8") Calling this gives me the error TypeError: an integer...