unitedstates / congressional-record

A parser for the Congressional Record.
Other
128 stars 40 forks source link

Get working on Python 2.7 #5

Closed LindsayYoung closed 10 years ago

LindsayYoung commented 10 years ago

Installed unittest2 for Python 2.6 compatibility. The parser does not work as well on 2.7. When I tried it, there were increase in index out of range errors.

konklone commented 10 years ago

I renamed the ticket to "Get working on Python 2.7", since that's the overall todo. When that happens, unittest2 can be replaced with normal unittest.

LindsayYoung commented 10 years ago

Retested and the index out of range errors were related to the first round of data and not a Python 2.7/6 problem.

konklone commented 10 years ago

All righty, closing.