commit | bf9f4d801530f4b4f40fe7baf93b1b4d55873275 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Jul 05 11:33:52 2008 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Jul 05 11:33:52 2008 +0000 |
tree | 5e0027737673ad3b9a34f262f46b8bd16775a2e0 | |
parent | e78fbcce3e9fef7d4f701971186baa4bdec6b9b1 [diff] |
Issue 3188: accept float('infinity') as well as float('inf'). This makes the float constructor behave in the same way as specified by various other language standards, including C99, IEEE 754r, and the IBM Decimal standard.