[issue1595365] Urllib2 user-agent header added by an opener is "frozen"

2010-09-26 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in r85025 (py3k), r85026 (release31-maint) and r85027 (release27-maint). -- resolution: accepted -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker

[issue1595365] Urllib2 user-agent header added by an opener is "frozen"

2010-09-21 Thread Senthil Kumaran
Senthil Kumaran added the comment: This is still a valid bug. -- assignee: -> orsenthil resolution: -> accepted stage: unit test needed -> needs patch ___ Python tracker ___

[issue1595365] Urllib2 user-agent header added by an opener is "frozen"

2010-09-12 Thread Mark Lawrence
Mark Lawrence added the comment: What is the status of this issue? -- nosy: +BreamoreBoy title: User-agent header added by an opener is "frozen" -> Urllib2 user-agent header added by an opener is "frozen" versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 __