Skip to content

BLD: ci/print_versions.py learned to output json #5738

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

Merged
1 commit merged into from Dec 31, 2013
Merged

BLD: ci/print_versions.py learned to output json #5738

1 commit merged into from Dec 31, 2013

Conversation

ghost
Copy link

@ghost ghost commented Dec 19, 2013

Putting some pieces in place.

@jtratner
Copy link
Contributor

s/controtion/contortion

What prompted this?

@ghost
Copy link
Author

ghost commented Dec 19, 2013

Thanks. working on some things + DRY-OCD-OMG kicked in.

("LC_ALL", "%s" % os.environ.get('LC_ALL', "None")),
("LANG", "%s" % os.environ.get('LANG', "None"))
]
except:
Copy link
Contributor

Choose a reason for hiding this comment

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

you can just get rid of the try/except entirely

Copy link
Author

Choose a reason for hiding this comment

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

debug leftover, was a pass.

Contortions due to lack of OrderedDict in 2.6
Should be runnable indep. from pandas.compat being available
Avoid duplicating the OD polyfill here as well. Oh well.
ghost pushed a commit that referenced this pull request Dec 31, 2013
BLD: ci/print_versions.py learned to output json
@ghost ghost merged commit 5e176a9 into pandas-dev:master Dec 31, 2013
@ghost ghost deleted the PR_json_pr_ver branch December 31, 2013 01:24
This pull request was closed.
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.

1 participant