commit | 1b9adab75a87c5eb94c3c3b653fdc2c123ba0077 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@google.com> | Thu Jul 04 17:54:54 2019 -0400 |
committer | Mike Frysinger <vapier@google.com> | Thu Jul 04 18:19:00 2019 -0400 |
tree | 32fe34adf853573fb11749f09b60c8a0f7b93399 | |
parent | 3698ab7c9200a2b65652e9a5f3a763cd7629af0c [diff] |
handle binary stream from urllib.request.urlopen Python 3 returns bytes by default with urlopen. Adjust our code to handle that scenario and decode as necessary. Bug: https://crbug.com/gerrit/10418 Change-Id: Icf4cd80e7ef92d71a3eefbc6113f1ba11c32eebc
Repo is a tool built on top of Git. Repo helps manage many Git repositories, does the uploads to revision control systems, and automates parts of the development workflow. Repo is not meant to replace Git, only to make it easier to work with Git. The repo command is an executable Python script that you can put anywhere in your path.