Bug 32729 - move bugzilla.py off of urllib2
Summary: move bugzilla.py off of urllib2
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 28777
  Show dependency treegraph
 
Reported: 2009-12-18 12:05 PST by Eric Seidel (no email)
Modified: 2009-12-18 13:46 PST (History)
3 users (show)

See Also:


Attachments
Patch (2.81 KB, patch)
2009-12-18 12:12 PST, Eric Seidel (no email)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.