New submission from Mark Dickinson <dicki...@gmail.com>:

It would be helpful (perhaps to developers of alternative implementations) to 
give a pure Python version of correctly-rounded long-to-float conversion.  
Attached is such a version, as a patch to test_long in the release27-maint 
branch.

----------
assignee: mark.dickinson
files: pure_python_long_to_float.patch
keywords: patch
messages: 126398
nosy: mark.dickinson
priority: normal
severity: normal
status: open
title: Document pure Python version of integer-to-float correctly-rounded 
conversion
versions: Python 2.7, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file20423/pure_python_long_to_float.patch

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

Reply via email to