Mercurial > hg
comparison i18n/polib.py @ 44601:d06e748cfd02
py3: use integer division in histedit
Histedit uses the `/` operator, which does type conversion to float in
Python 3 instead of integer division likeon Python 2. Let's preserve
the Python 2 behavior by importing and using the `//` operator.
Differential Revision: https://phab.mercurial-scm.org/D8324
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Tue, 24 Mar 2020 23:31:36 -0700 |
parents | 9d2b2df2c2ba |
children | 6000f5b25c9b |
comparison
equal
deleted
inserted
replaced
44600:c13cbc3872c8 | 44601:d06e748cfd02 |
---|