This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients dingo, mark.dickinson
Date 2008-12-20.17:32:59
SpamBayes Score 1.0970768e-05
Marked as misclassified No
Message-id <1229794380.02.0.596532194787.issue4707@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like a bug to me.  I get the expected behaviour on my machine.

Python 3.0+ (release30-maint:67878, Dec 20 2008, 17:31:44) 
[GCC 4.0.1 (Apple Inc. build 5490)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> round(25, -1)
20.0
>>> round(25.0, -1)
20.0

What system are you on?
History
Date User Action Args
2008-12-20 17:33:00mark.dickinsonsetrecipients: + mark.dickinson, dingo
2008-12-20 17:33:00mark.dickinsonsetmessageid: <1229794380.02.0.596532194787.issue4707@psf.upfronthosting.co.za>
2008-12-20 17:32:59mark.dickinsonlinkissue4707 messages
2008-12-20 17:32:59mark.dickinsoncreate