﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
17548	updated simplejson version	rm_	nobody	"It would be nice to have a bundled simplejson version that supports the use_decimal feature which has been added in version 2.1.0.

>>> import simplejson as json
>>> from decimal import Decimal
>>> json.loads('1.1', use_decimal=True) == Decimal('1.1')
True
>>> json.dumps(Decimal('1.1'), use_decimal=True) == '1.1'
True"	New feature	closed	Core (Serialization)	dev	Normal	wontfix			Unreviewed	0	0	0	0	0	0
