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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, barry, eric.snow, ncoghlan
Date 2013-06-19.14:09:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1371650940.82.0.231802176639.issue18264@psf.upfronthosting.co.za>
In-reply-to
Content
in encoder.py:
    ...
    elif instance(value, int):
        yield buf + str(value)
    ...
What if we use int(str(value)) instead?
History
Date User Action Args
2013-06-19 14:09:00amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, barry, ncoghlan, eric.snow
2013-06-19 14:09:00amaury.forgeotdarcsetmessageid: <1371650940.82.0.231802176639.issue18264@psf.upfronthosting.co.za>
2013-06-19 14:09:00amaury.forgeotdarclinkissue18264 messages
2013-06-19 14:09:00amaury.forgeotdarccreate