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 kissgyorgy
Recipients barry, eli.bendersky, ethan.furman, kissgyorgy
Date 2014-09-06.05:03:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1409979819.55.0.694422776039.issue22339@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, wow. I never really understood what _find_new_ did, now I do.

> I'm not sure what you are trying to accomplish there.
Exactly that, I'm just not as good. Oh well at least I found a bug! :) Thanks for the enlightenment!

If the patch goes in, I also would like one more minor change. On line 457, the missing value is represented as simple str(). In case of user defined types, it would make debugging easier if repr() would be used instead. I attached the patch.
History
Date User Action Args
2014-09-06 05:03:39kissgyorgysetrecipients: + kissgyorgy, barry, eli.bendersky, ethan.furman
2014-09-06 05:03:39kissgyorgysetmessageid: <1409979819.55.0.694422776039.issue22339@psf.upfronthosting.co.za>
2014-09-06 05:03:39kissgyorgylinkissue22339 messages
2014-09-06 05:03:39kissgyorgycreate