>>>>> Toshio Kuratomi <email address hidden> writes:
> Here's a potential patch. I took the getheader and getheaders code from > httplib.py and modified it to work with where the headers are stored in > our addinfourl class. I've tested that I can branch with this bundle > applied but nothing further.
> ** Patch added: "bzr-python2.7-lp.patch" > https://bugs.launchpad.net/bzr/+bug/612096/+attachment/1526463/+files/bzr-python2.7-lp.patch
Could you make a merge proposal instead of attaching a patch ? Pretty please ?
It's far easier for us to track and review.
+ return self.headers/getheader(name, default)
s#headers/getheader#headers.getheader# no ?
>>>>> Toshio Kuratomi <email address hidden> writes:
> Here's a potential patch. I took the getheader and getheaders code from
> httplib.py and modified it to work with where the headers are stored in
> our addinfourl class. I've tested that I can branch with this bundle
> applied but nothing further.
> ** Patch added: "bzr-python2. 7-lp.patch" /bugs.launchpad .net/bzr/ +bug/612096/ +attachment/ 1526463/ +files/ bzr-python2. 7-lp.patch
> https:/
Could you make a merge proposal instead of attaching a patch ?
Pretty please ?
It's far easier for us to track and review.
+ return self.headers/ getheader( name, default)
s#headers/ getheader# headers. getheader# no ?