ayota / ddl_nlp

Repo for DDL research lab project.
2 stars 1 forks source link

Python3 compat #51

Open lauralorenz opened 8 years ago

lauralorenz commented 8 years ago

I started making this python 3 compat since @lcombs was on a 3.x anaconda distribution. Right now the changes are

Surprisingly since 'rb' and 'wb' mode in python 2.x series probably didn't do anything useful for us given that we called the .read() method anyways, this may still be 2.x compatible.