Closed kbenne closed 2 years ago
Thanks @kbenne for the PR. Is a change not also needed at https://github.com/ibpsa/project1-boptest/blob/master/parsing/parser.py#L149 and https://github.com/ibpsa/project1-boptest/blob/master/parsing/parser.py#L163?
@kbenne Also, please update the releasenotes.md
in the backwards compatible section with a brief description and issue reference.
Thanks @kbenne for the PR. Is a change not also needed at https://github.com/ibpsa/project1-boptest/blob/master/parsing/parser.py#L149 and https://github.com/ibpsa/project1-boptest/blob/master/parsing/parser.py#L163?
I believe, based on my scenario, the answer is no. In python 3, the result of keys()
can still be iterated, it appears you just can't concatenate them with the +
operator because they are now ordered lists.
Ah. Thank you. Didn't know the convention of the release notes.
Ok I see, great. Then this looks good. I just moved the release notes description to the top (since the top has been most recent changes). Will merge once tests pass.
close #404