Closed cluther closed 7 years ago
Four years of silence makes me think that maybe pull requests aren't accepted. Closing for cleanliness.
Thank you for your contribution to mechanize!
Following the process in #117, future work on mechanize will be occurring here: https://github.com/python-mechanize/mechanize.
Please re-file your PR there (where it will get attention, and hopefully merged)
I ran into the problem this patch fixes when using twill. A server was sending cookie's where the value was an equals (=) character. This caused mechanize to send an escaped cookie back to the server, which it was then unable to understand. So authentication failed.
Thanks!