[Python-bugs-list] [ python-Bugs-620181 ] float('+ 0.0') fails

noreply@sourceforge.net noreply@sourceforge.net
Tue, 08 Oct 2002 05:14:47 -0700


Bugs item #620181, was opened at 2002-10-08 12:14
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=620181&group_id=5470

Category: Python Interpreter Core
Group: Python 2.2.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Alexander Schmolck (aschmolck)
Assigned to: Nobody/Anonymous (nobody)
Summary: float('+ 0.0') fails

Initial Comment:
In [25]: int('+ 0')
Out[25]: 0

In [26]: float('+ 0.0')

ValueError: invalid literal for float(): + 0.0



----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=620181&group_id=5470