Akshit Khurana added the comment: Adding a patch for Python 3+
Some notes: * Adding a new password manager to handle this case * The new handler added in issue 19494 had couple of issues * test passes even if we use the old handler in added test * uses `request.host` instead of `request.full_url` as key for password * The new handler did assume realm = None before and still does. I'm using the same logic for adding keys for adding authenticated urls/realm as for login credentials in basic auth handler. ---------- keywords: +patch Added file: http://bugs.python.org/file39045/auth.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7159> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com