Skip to content

Python 3.9 compatibility#97

Merged
jterrace merged 2 commits intopycollada:masterfrom
hroncok:py39
Mar 16, 2020
Merged

Python 3.9 compatibility#97
jterrace merged 2 commits intopycollada:masterfrom
hroncok:py39

Conversation

@hroncok
Copy link
Copy Markdown
Contributor

@hroncok hroncok commented Mar 16, 2020

No description provided.

@hroncok
Copy link
Copy Markdown
Contributor Author

hroncok commented Mar 16, 2020

Oh, this is incomplete, I missed a file.

hroncok and others added 2 commits March 16, 2020 16:57
See https://docs.python.org/3.9/whatsnew/3.9.html#removed

Methods getchildren() and getiterator() in the ElementTree module have been removed.
They were deprecated in Python 3.2. Use functions list() and iter() instead.

Fixes pycollada#95
@hroncok
Copy link
Copy Markdown
Contributor Author

hroncok commented Mar 16, 2020

Now it passes.

@jterrace jterrace merged commit 55d55dc into pycollada:master Mar 16, 2020
@jterrace
Copy link
Copy Markdown
Member

Thanks!

@paulmelnikow
Copy link
Copy Markdown
Contributor

@jterrace Hi! Would it be possible to cut a 0.7.2 release with this fix?

@paulmelnikow
Copy link
Copy Markdown
Contributor

Hi @jterrace Wanted to follow up on this! Any chance you could cut a release which includes this fix? Thanks!

@paulmelnikow
Copy link
Copy Markdown
Contributor

This was released in ce00fd1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants