Update dev manual scripts for python3 #439
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary of this Pull Request (PR)
Update dev manual scripts for python3.
This PR tend to addressed #433 (comment) issue for Python 3 to build dev manual.
The major consideration is the different behavior (I didn't take a close look, but I believe is because set/dict ordering, Python 3 ensure dict order) causing dot file difference: #433 (comment)
Intent for your PR
Choose one (Mandatory):
Reviewers (Mandatory):
@gparmer
Code Quality
As part of this pull request, I've considered the following:
Style:
I am using psf/black for style format. This can be removed by dropping c4de0ef
Code Craftsmanship:
Testing
Running under Python 2.7 and Python 3.9