Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Issue 10909251: Remove Python < 2.6 compatibility imports from testserver.py. (Closed)

Created:
8 years, 3 months ago by mattm
Modified:
8 years, 2 months ago
Reviewers:
M-A Ruel, Ryan Sleevi
CC:
chromium-reviews, pam+watch_chromium.org, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Remove Python < 2.6 compatibility imports from testserver.py. Split out of https://chromiumcodereview.appspot.com/10073033. BUG=none TBR=rsleevi@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=158196

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -18 lines) Patch
M net/tools/testserver/testserver.py View 5 chunks +8 lines, -18 lines 2 comments Download

Messages

Total messages: 3 (0 generated)
mattm
Running my change in an XP VM I wasn't able to reproduce the problems seen ...
8 years, 3 months ago (2012-09-14 23:15:02 UTC) #1
M-A Ruel
lgtm http://codereview.chromium.org/10909251/diff/1/net/tools/testserver/testserver.py File net/tools/testserver/testserver.py (right): http://codereview.chromium.org/10909251/diff/1/net/tools/testserver/testserver.py#newcode42 net/tools/testserver/testserver.py:42: warnings.filterwarnings("ignore", category=DeprecationWarning) Maybe it's not necessary anymore ?
8 years, 3 months ago (2012-09-14 23:16:08 UTC) #2
mattm
8 years, 3 months ago (2012-09-14 23:21:48 UTC) #3
http://codereview.chromium.org/10909251/diff/1/net/tools/testserver/testserve...
File net/tools/testserver/testserver.py (right):

http://codereview.chromium.org/10909251/diff/1/net/tools/testserver/testserve...
net/tools/testserver/testserver.py:42: warnings.filterwarnings("ignore",
category=DeprecationWarning)
On 2012/09/14 23:16:08, Marc-Antoine Ruel wrote:
> Maybe it's not necessary anymore ?

Seems like it.

I don't want to introduce extra variables in the equation though, so I'll remove
that in a separate CL if this sticks.

Powered by Google App Engine
This is Rietveld 408576698