Lee Newberg <git...@quantconsulting.com> added the comment:

> One more example: what interval is implied by an input string of "1600"? Is 
> it (1550, 1650)? Or (1595, 1605)? Or even (1599.5, 1600.5).

The rule would be to look at the last digit supplied and assume that the 
rounding is there.  So "1600" gives [1599.5, 1600.5) and "16e2" gives [1550, 
1650).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46780>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to