[Python-Dev] Decimal(unicode)
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Mar 27 08:04:05 CET 2008
Nick Coghlan wrote:
> I believe the list of incompatibilities and kludges and the subsequent
> comments in the following file give the gist of the problems:
> http://svn.python.org/projects/sandbox/trunk/decimal-c/_decimal.c
It sounds like some aspects of the API weren't thought
through very well when the Python version was designed.
The question now is whether to fix the API design, or
leave it to become entrenched and lose all hope of
ever having a fully C-coded implementation.
--
Greg
More information about the Python-Dev
mailing list