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

Add a pygame.version attribute. #58

Closed
hodgestar opened this issue Sep 21, 2016 · 2 comments
Closed

Add a pygame.version attribute. #58

hodgestar opened this issue Sep 21, 2016 · 2 comments

Comments

@hodgestar
Copy link
Member

Pygame appears to have a .version attribute in the top-level package that, e.g., pyknic, relies upon.

@drnlm
Copy link
Member

drnlm commented Sep 22, 2016

It's also important that the contents of pygame.version (ver, vernum and (in non-release builds) rev) are exposed as pygame.ver, pygame.vernum as well

At least some documentation recommends checking pygame.ver, so that should be supported.

pygame.__version__ is also set to match pygame.version.ver as well.

@drnlm
Copy link
Member

drnlm commented Oct 10, 2016

Closed by #73

@drnlm drnlm closed this as completed Oct 10, 2016
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

No branches or pull requests

2 participants