Mercurial > hg
diff tests/test-bdiff.py.out @ 27348:83a8219fb790
setup.py: use bytes literals
The b() helper was needed because Python < 2.6 didn't support bytes
literals (b''). Now that we don't support Python < 2.6, we no longer
need this helper.
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 13 Dec 2015 09:40:53 -0800 |
parents | eeac5e179243 |
children | 9a8363d23419 |