Re: Why don't we accept exponential format for integers?

Поиск
Список
Период
Сортировка
От Christophe Pettus
Тема Re: Why don't we accept exponential format for integers?
Дата
Msg-id 936C4C07-0F2C-497B-AE12-E304FCF13463@thebuild.com
обсуждение исходный текст
Ответ на Re: Why don't we accept exponential format for integers?  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: Why don't we accept exponential format for integers?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Why don't we accept exponential format for integers?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Why don't we accept exponential format for integers?