priska added the comment:
Yes, those quick suggestions weren't thoroughly tested at all and turned out to
be too short-sighted – thanks for checking, but are you saying the old behavior
cannot be emulated or that it is not desirable to
New submission from priska:
The behavior of the round() function has changed between Python 2.x and
Python3.x.
>From the release notes of Python 3.0: "The round() function rounding strategy
>and return type have changed. Exact halfway cases are now rounded to the
>neare