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

Python does have xz in its standard library #53

Closed
MarkusTeufelberger opened this issue Jun 6, 2017 · 2 comments
Closed

Python does have xz in its standard library #53

MarkusTeufelberger opened this issue Jun 6, 2017 · 2 comments

Comments

@MarkusTeufelberger
Copy link
Contributor

https://docs.python.org/3/library/lzma.html

Just read the comment in cacerts.sh (https://github.com/GoogleCloudPlatform/distroless/blob/master/cacerts/extract.sh) that you wanted to write this in Go or Python - so in case you want to write this as a standalone script, it is easily possible since Python 3.3.

@dlorenc
Copy link
Contributor

dlorenc commented Jun 7, 2017

Ah yeah, that's only possible in python 3.3 or higher which is still experimental in bazel. I haven't actually tried the python 3 bazel support so it's possible this would just work, but I didn't want to chase down too many experimental paths.

@dlorenc
Copy link
Contributor

dlorenc commented May 6, 2018

Closing this, we have no plans to upgrade the bazel tools themselves to Python 3 until that is the default for bazel.

@dlorenc dlorenc closed this as completed May 6, 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

No branches or pull requests

2 participants