PEP 327: Decimal Data Type

Aahz aahz at pythoncraft.com
Thu Feb 5 09:09:26 EST 2004


In article <401B1A87.639CD971 at easystreet.com>,  <achrist at easystreet.com> wrote:
>
>If python adds decimal data, it probably ought to be consistent with C
>and C++.  Otherwise, the C and C++ guys will have a dreadful time
>writing emulation code to run on computers built to support python.

Read the PEP; Python's proposed decimal type is based on the existing
decimal standard.  If C/C++ *don't* follow the standard, that's their
problem.  BTW, Java uses the standard.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

"The joy of coding Python should be in seeing short, concise, readable
classes that express a lot of action in a small amount of clear code -- 
not in reams of trivial code that bores the reader to death."  --GvR



More information about the Python-list mailing list