Closed
Bug 510038
Opened 15 years ago
Closed 15 years ago
with python 2.6.2, dependparser.py prints deprecation warnings
Categories
(Tamarin Graveyard :: Build Config, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: edwsmith, Unassigned)
References
Details
Attachments
(1 file)
376 bytes,
patch
|
dschaffe
:
review+
|
Details | Diff | Splinter Review |
module "set" is deprecated, we can use the python builtin set class which has been there since python 2.4.
Attachment #394092 -
Flags: review?(brbaker)
Reporter | ||
Updated•15 years ago
|
Attachment #394092 -
Flags: review?(brbaker) → review?(dschaffe)
Comment 1•15 years ago
|
||
Comment on attachment 394092 [details] [diff] [review]
use builtin set type instead of Set module
tested on mac and win with python 2.5.x. Should pass on all buildbot configs. I confirmed on a few machines in buildbot we are running python 2.5.1 or 2.5.2.
Attachment #394092 -
Flags: review?(dschaffe) → review+
Comment 3•15 years ago
|
||
this was pushed in changeset: 2355 : dba09b99f8f4
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: flashplayer-triage+
Flags: flashplayer-qrb+
Resolution: --- → FIXED
Comment 4•15 years ago
|
||
Resolved fixed engineering / work item that has been pushed. Setting status to verified.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•