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 for issue #262 (non-existing tkinter imports in older py27 versions) #379

Merged
merged 1 commit into from
Oct 12, 2018

Conversation

mpurg
Copy link
Contributor

@mpurg mpurg commented Sep 24, 2018

Fix for issue #262

Some of the imports introduced in #233 are not compatible with Python versions prior to 2.7.9.
Specifically, _join and _stringify seem to have been introduced in 2.7.4, and _splitdict in 2.7.9.

@jmadler jmadler merged commit fb5320a into PythonCharmers:master Oct 12, 2018
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.

2 participants