﻿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
2460	datetime.datetime never gets processed in JSON serialization	jyrki.pulliainen@…	Adrian Holovaty	"This bug was originally reported by siniy (see:  http://tinyurl.com/z4xov [link to userlist conversation in Google Groups]) 

When using JSON serialization, in function {{{default}}} in class {{{DateTimeAwareJSONEncoder}}} {{{datetime.datetime}}} never gets properly processed because {{{datetime.datetime}}} is a subclass of datetime.date and {{{isinstance(o, datetime.date)}}} is True even in case of {{{o}}} being an instance of {{{datetime.datetime}}}."	defect	closed	Core (Other)	dev	normal	fixed	json datetime		Unreviewed	0	0	0	0	0	0
