ryukinix / mal

MAL: A MyAnimeList Command Line Interface [BROKEN: BLAME MyAnimeList]
https://mal.readthedocs.io
Other
109 stars 9 forks source link

Use RawConfigParser instead of ConfigParser #61

Closed evanjs closed 6 years ago

evanjs commented 6 years ago

Replaced instances of ConfigParser with RawConfigParser to allow users with special characters in their password to successfully authenticate without escaping special characters.

Unsure of any implications on the rest of the application; everything seems to be working for me.

62

evanjs commented 6 years ago

Noticed that date_format in setup.py was written with double % to avoid this issue. Aside from this instance of date_format, is there anything else that might be affected by using RawConfigParser in place of ConfigParser?

ryukinix commented 6 years ago

I think is just date_format. I think you should change that too (unescape the date format). Once I test that on my machine I will merge this change and release a new version in soon. I have also another changes to do.

ryukinix commented 6 years ago

I'm merging this changes on release-0.3.2 branch which in general have improvements on documentation of readthedocs, removing support #3 and #4 and add a new flag --version.