Re: Why don't we accept exponential format for integers? - Mailing list pgsql-hackers

From Christophe Pettus
Subject Re: Why don't we accept exponential format for integers?
Date
Msg-id 936C4C07-0F2C-497B-AE12-E304FCF13463@thebuild.com
Whole thread Raw
In response to Re: Why don't we accept exponential format for integers?  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Why don't we accept exponential format for integers?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49) 
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> isinstance(10,int)
True
>>> isinstance(1e10,int)
False

--
-- Christophe Pettus  xof@thebuild.com



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Why don't we accept exponential format for integers?
Next
From: Tom Lane
Date:
Subject: Re: Why don't we accept exponential format for integers?