Bug 32729

Summary: move bugzilla.py off of urllib2
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, commit-queue, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 28777    
Attachments:
Description Flags
Patch none

Description Eric Seidel (no email) 2009-12-18 12:05:08 PST
move bugzilla.py off of urllib2

This paves the way for us to be able to support security bugs with bugzilla-tool, because our mechanize codepath knows how to authenticate and the urllib2 one did not.  I just didn't know python at all when I was writing this code. :)
Comment 1 Eric Seidel (no email) 2009-12-18 12:12:25 PST
Created attachment 45170 [details]
Patch
Comment 2 WebKit Review Bot 2009-12-18 12:17:33 PST
style-queue ran check-webkit-style on attachment 45170 [details] without any errors.
Comment 3 WebKit Commit Bot 2009-12-18 13:46:01 PST
Comment on attachment 45170 [details]
Patch

Clearing flags on attachment: 45170

Committed r52339: <http://trac.webkit.org/changeset/52339>
Comment 4 WebKit Commit Bot 2009-12-18 13:46:06 PST
All reviewed patches have been landed.  Closing bug.