Google Code Exporter
Google Code Exporter
``` Please don't follow Matt's suggestion. requests had to deal with this for chardet and python3-chardet and it was absolutely awful. As of ~1.5 years ago, this was incredibly error-prone...
``` To be clear, I wasn't advocating that third option, just listing it. The first option would obviously be best. ``` Original comment by `matt.hickford` on 21 Oct 2014 at...
``` I would third having one-codebase thing. It can be a giant PITA to get working, especially when you do things close to the wire like this one does, but...
``` It would be a really good thing. The problem is, there is no more official maintainers. I know the original creator (samwyse) won't work anymore on it, and the...
Original comment by `Matthijs.Mullender` on 10 Dec 2008 at 9:03 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**
``` I created a python 2.6 modification of your library to fix this a while ago (I was working on a site that heavily used redirects). Attached is a diff...
``` Hey, I have a fork that works in python 2 and 3, feel free to use it: https://github.com/trustrachel/python-ntlm3 ``` Original comment by `[email protected]` on 9 Jan 2015 at 6:55
``` Keep in mind the patch is very rough work but should communicate my intention quite well. A grep also showed me there is some code that repeats itself here,...
``` Issue 39 has been merged into this issue. ``` Original comment by `[email protected]` on 24 Oct 2014 at 11:49
``` Fix is to edit setup.py and change it to install the examples package packages=["ntlm", "ntlm_examples"], Were this GitHub I would send you a pull request! Alas. ``` Original comment...