Mester / demo-day-vikings

The Unlicense
2 stars 1 forks source link

Fix title parser #65

Closed tylerphillips55 closed 8 years ago

tylerphillips55 commented 8 years ago

Minor changes to parse_title()

tylerphillips55 commented 8 years ago

Does anyone have any other idea for improvement? It should handle almost all cases now. Actually, we can make it handle unicode characters as well.

anubhavcodes commented 8 years ago

@tylerphillips55 As soon as you use collections.abc, you lose compatibility with python 2.

tylerphillips55 commented 8 years ago

@neo1691 should be fixed