WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
33058
logging.py should be renamed to webkit_logging.py and eventually die
https://bugs.webkit.org/show_bug.cgi?id=33058
Summary
logging.py should be renamed to webkit_logging.py and eventually die
Eric Seidel (no email)
Reported
2009-12-30 10:14:50 PST
logging.py should be renamed to webkit_logging.py and eventually die Turns out that python has a built in logging system. Who knew? This python n00b didn't. :) Anyway, logging.py has the same import name as python's built in logging, so it needs to be renamed if we want to use python's logging. Eventually our logging module (once renamed to webkit_logging.py) should die.
Attachments
Patch
(21.73 KB, patch)
2009-12-30 10:33 PST
,
Eric Seidel (no email)
abarth
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2009-12-30 10:17:54 PST
I'm not sure why I created a bug. Review of this kind of patch isn't very useful. But I guess I'll post it anyway.
Eric Seidel (no email)
Comment 2
2009-12-30 10:33:12 PST
Created
attachment 45672
[details]
Patch
Adam Barth
Comment 3
2009-12-30 10:34:25 PST
Comment on
attachment 45672
[details]
Patch Ok. We have a bunch of these kinds of patches to do.
Eric Seidel (no email)
Comment 4
2009-12-30 10:37:57 PST
Committed
r52667
: <
http://trac.webkit.org/changeset/52667
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug