[issue9885] Function Round does not work properly in some conditions

2010-09-17 Thread paontis

New submission from paontis :

For example round(10., 1) returns 10.301 and round(1., 
2)returns 1.3301

I exect they return 10.3 and 1.33 rispectively

NOTE: other combinations work fine eg. round(10., 2) or round(1., 3)

See IDLE commands in the attached file round.txt

Used Python 2.6.6 for Windows

--
files: round.txt
messages: 116656
nosy: paontis
priority: normal
severity: normal
status: open
title: Function Round does not work properly in some conditions
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file18908/round.txt

___
Python tracker 
<http://bugs.python.org/issue9885>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue9885] Function Round does not work properly in some conditions

2010-09-17 Thread paontis

paontis  added the comment:

ok thx very much for the explaination

--

___
Python tracker 
<http://bugs.python.org/issue9885>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com