This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kiriakos.Vlahos
Recipients Kiriakos.Vlahos, eric.smith, mark.dickinson, sjmachin
Date 2010-09-29.09:07:54
SpamBayes Score 0.007918699
Marked as misclassified No
Message-id <1285751284.42.0.0875727364334.issue9980@psf.upfronthosting.co.za>
In-reply-to
Content
Answer to Mark's question:

*** Python 3.2a2 (r32a2:84522, Sep  5 2010, 22:35:34) [MSC v.1500 32 bit (Intel)] on win32. ***
>>> '%.12g' % 38210.0
'3820:'

So indeed the error still exists in _Py_dg_dtoa.

The internal engine uses an embedded python.dll.  The remote engine uses a stand-alone pythonw.exe in a separate process and communicates with it with rpyc (http://rpyc.wikidot.com/).
History
Date User Action Args
2010-09-29 09:08:04Kiriakos.Vlahossetrecipients: + Kiriakos.Vlahos, sjmachin, mark.dickinson, eric.smith
2010-09-29 09:08:04Kiriakos.Vlahossetmessageid: <1285751284.42.0.0875727364334.issue9980@psf.upfronthosting.co.za>
2010-09-29 09:07:54Kiriakos.Vlahoslinkissue9980 messages
2010-09-29 09:07:54Kiriakos.Vlahoscreate