simon-git: cvt-utf8 (master): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Nov 16 17:25:56 GMT 2020
TL;DR:
8cbd29f Fix Python 3 porting error in --build.
Repository: https://git.tartarus.org/simon/cvt-utf8.git
On the web: https://git.tartarus.org/?p=simon/cvt-utf8.git
Branch updated: master
Committer: Simon Tatham <anakin at pobox.com>
Date: 2020-11-16 17:25:56
commit 8cbd29fa85358fb268835c6f4fd66d7bbd311cd0
web diff https://git.tartarus.org/?p=simon/cvt-utf8.git;a=commitdiff;h=8cbd29fa85358fb268835c6f4fd66d7bbd311cd0;hp=7db234fef2f7ab82e3014d9060ebe4cd5a5e080d
Author: Simon Tatham <anakin at pobox.com>
Date: Sun Nov 15 10:27:17 2020 +0000
Fix Python 3 porting error in --build.
Fetching a URL as we do in --fetch-build delivers bytes, rather than
str. So if we want to share the code with --build, we have to open a
local input file in the same style.
cvt-utf8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list