comparison hgeditor @ 38227:1c8098cf560a

templater: always join() over a wrapped object (BC) This is a behavior change in a sense that join() of a byte string is no longer "implementation dependent." Before, if a byte string was backed by a lazy generator, join() would concatenate each chunk with the specified separator, which seems wrong. The new behavior is always join() each byte. TypeError on join() over uniterable is also fixed.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 21 Apr 2018 17:00:21 +0900
parents 1aee2ab0f902
children
comparison
equal deleted inserted replaced
38226:7824783a6d5e 38227:1c8098cf560a