Message139520
So @r.david.murray, it would appear you were right :D Really, I should have looped through each method on str(), and wrapped them all to see which were being called, but lesson learned I guess.
Sooo, I guess now the question is, can we possibly get a vote on having a feature which disables this functionality from the opener level. Something like:
opener = urllib2.build_opener(urllib2.HTTPHandler(debuglevel=1, keep_original_header_case=True))
But obviously a less tedious attribute name :)
In the mean times, if anyone else comes up against this problem, the code I pasted above will work fine for now.
Cal |
|
| Date |
User |
Action |
Args |
| 2011-06-30 20:19:39 | Cal.Leeming | set | recipients:
+ Cal.Leeming, r.david.murray |
| 2011-06-30 20:19:39 | Cal.Leeming | set | messageid: <[email protected]> |
| 2011-06-30 20:19:38 | Cal.Leeming | link | issue12455 messages |
| 2011-06-30 20:19:38 | Cal.Leeming | create | |
|