﻿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
3508	MergeDict needs more descriptive return values from __str__ and __repr__	thebanana		"Since MergeDict is a subclass of object, it inherits the default __str__ and __repr__ methods.  The default methods are very generic and not as useful as they could be, especially when you're trying to inspect objects.

I'm submitting a patch that gives a detailed representation of the instance data when you run str(myMergeDict) and returns an ""eval-able"" value when you run repr(myMergeDict)."		closed	Core (Other)	dev		fixed			Ready for checkin	1	0	1	0	0	0
