Closed evanjs closed 7 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?
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.
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
.
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