Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bundle_docs.py issues #1261

Merged
merged 2 commits into from
Aug 27, 2019
Merged

Fix bundle_docs.py issues #1261

merged 2 commits into from
Aug 27, 2019

Conversation

charlesej
Copy link
Contributor

Overview of changes:

  • Changed the try-finally blocks to with statements to fix LGTM issues
    (LGTM info for pygame: https://lgtm.com/projects/g/pygame/pygame)
  • Changed print statements to be python 3 compatible
  • Fixed the list of root files to be included in the bundle
  • Other minor changes: docstrings/formatting/wording

System details:

  • os: windows 10 (64bit)
  • python: 3.7.2 (64bit) and 2.7.10 (64bit)
  • pygame: 2.0.0.dev3 (SDL: 2.0.10) at 113ee7f

Resolves the bundle_docs.py issues from the LGTM link in #1133.

- Changed the try-finally blocks to with statements to fix LGTM issues
  (LGTM info for pygame: https://lgtm.com/projects/g/pygame/pygame)
- Changed print statements to be python 3 compatible
- Fixed the list of root files to be included in the bundle
- Other minor changes: docstrings/formatting/wording
buildconfig/bundle_docs.py Outdated Show resolved Hide resolved
Copy link
Member

@illume illume left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks :)

@illume illume merged commit bee952e into pygame:master Aug 27, 2019
@charlesej charlesej deleted the fix-bundle-docs branch August 27, 2019 13:10
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.

None yet

3 participants