New issue
Advanced search Search tips

Issue 916396 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 20
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

lastchange.py uses optparse which is deprecated as of Python 3.2

Project Member Reported by eliribble@chromium.org, Dec 19

Issue description

Chrome Version: NA
OS: NA

What steps will reproduce the problem?
(1) NA
(2)
(3)

What is the expected result?
NA

What happens instead?
NA


Please use labels and text to provide additional information.

If this is a regression (i.e., worked before), please consider using the
bisect tool (https://www.chromium.org/developers/bisect-builds-py) to help
us identify the root cause and more rapidly triage the issue.

For graphics-related bugs, please copy/paste the contents of the about:gpu
page at the end of this report.



===================
It's pretty simple, I was debugging something around lastchange.py and realized it was using optparse when it could be using argparse, which is also built in to python and has longer-term support. So I converted it.
 
Status: Fixed (was: Started)

Sign in to add a comment