Rev 2428: Interesting typo :-) A mix between capitalize, title and fuzzy may be... in http://bazaar.launchpad.net/~bzr/bzr/bzr.http.auth
Vincent Ladeuil
v.ladeuil+lp at free.fr
Fri Apr 20 12:36:22 BST 2007
At http://bazaar.launchpad.net/~bzr/bzr/bzr.http.auth
------------------------------------------------------------
revno: 2428
revision-id: v.ladeuil+lp at free.fr-20070420113620-lawri7ftno7lbycw
parent: v.ladeuil+lp at free.fr-20070420112453-smx7l1dfilvozcqp
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: bzr.http.auth
timestamp: Fri 2007-04-20 13:36:20 +0200
message:
Interesting typo :-) A mix between capitalize, title and fuzzy may be...
modified:
bzrlib/transport/http/_urllib2_wrappers.py _urllib2_wrappers.py-20060913231729-ha9ugi48ktx481ao-1
-------------- next part --------------
=== modified file 'bzrlib/transport/http/_urllib2_wrappers.py'
--- a/bzrlib/transport/http/_urllib2_wrappers.py 2007-04-20 11:24:53 +0000
+++ b/bzrlib/transport/http/_urllib2_wrappers.py 2007-04-20 11:36:20 +0000
@@ -943,7 +943,7 @@
password_prompt = 'Proxy %(user)s@%(host)s%(realm)s password'
auth_reqed_header = 'proxy-authenticate'
# FIXME: the correct capitalization is Proxy-Authorization,
- # but python-2.4 urllib2.Request insist on using catilazze()
+ # but python-2.4 urllib2.Request insist on using capitalize()
# instead of title().
auth_header = 'Proxy-authorization'
More information about the bazaar-commits
mailing list