Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(2367)

Issue 555070043: musicxml: Replace new module by type() builtin (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
4 years, 4 months ago by hahnjo
Modified:
4 years, 3 months ago
Reviewers:
lemzwerg
CC:
lilypond-devel_gnu.org
Visibility:
Public.

Description

musicxml: Replace new module by type() builtin The new module has been deprecated in Python 2.6 and removed in version 3.0. The type() builtin is available since Python 2.2 but it requires new-style bases, so make Xml_node inherit from object.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M python/musicxml.py View 3 chunks +2 lines, -3 lines 0 comments Download

Messages

Total messages: 1
lemzwerg
4 years, 4 months ago (2019-12-09 19:51:01 UTC) #1
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b