carpedm20 / korail2

Korail (www.letskorail.com) wrapper for Python.
http://carpedm20.github.io/korail2/
Other
174 stars 56 forks source link

Improve Python 3 compatibility #25

Closed bulzipke closed 7 years ago

bulzipke commented 7 years ago

Use six for compatibility with 2 and 3.

Update Ticket class parsing.

Add NoResultsError code (WRT300005). Add return empty list even if there is NoResultsError when calling tickets.

carpedm20 commented 7 years ago

Thanks for the PR.