Mercurial > hg
comparison tests/test-issue842.t @ 29799:45fa8de47a0f
py3: provide (del|get|has|set)attr wrappers that accepts bytes
These functions will be imported automagically by our code transformer.
getattr() and setattr() are widely used in our code. We wouldn't probably
want to rewrite every single call of getattr/setattr. delattr() and hasattr()
aren't that important, but they are functions of the same kind.
author | Yuya Nishihara <yuya@tcha.org> |
---|---|
date | Sun, 14 Aug 2016 12:51:21 +0900 |
parents | 2fc86d92c4a9 |
children | 55c6ebd11cb9 |
comparison
equal
deleted
inserted
replaced
29798:31d588fcd2b9 | 29799:45fa8de47a0f |
---|