[issue5381] json needs object_pairs_hook

2009-03-29 Thread Bob Ippolito
Bob Ippolito added the comment: I fixed two problems with this that didn't show up in the test suite, this feature didn't work in load() and there was a problem with the pure python code path because the Python scanner needed a small change. Unfortunately I'm not sure how to best test the pur

[issue5381] json needs object_pairs_hook

2009-03-21 Thread Lim Chee Aun
Changes by Lim Chee Aun : -- nosy: +cheeaun ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue5381] json needs object_pairs_hook

2009-03-19 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks for looking at this. Fixed the tab/space issue. Committed in r70471 -- resolution: -> accepted status: open -> closed ___ Python tracker

[issue5381] json needs object_pairs_hook

2009-03-19 Thread Bob Ippolito
Bob Ippolito added the comment: This patch looks good to me, my only comment is that the patch mixes tabs and spaces in the C code in a file that had no tabs previously -- ___ Python tracker __

[issue5381] json needs object_pairs_hook

2009-03-17 Thread Raymond Hettinger
Raymond Hettinger added the comment: Bob would you please take a look at the attached patch. -- assignee: rhettinger -> bob.ippolito priority: normal -> high Added file: http://bugs.python.org/file13362/json_hook.diff ___ Python tracker

[issue5381] json needs object_pairs_hook

2009-03-17 Thread Raymond Hettinger
Changes by Raymond Hettinger : Removed file: http://bugs.python.org/file13244/json_ordered.diff ___ Python tracker ___ ___ Python-bugs-list mai

[issue5381] json needs object_pairs_hook

2009-03-04 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- title: json need object_pairs_hook -> json needs object_pairs_hook ___ Python tracker ___ ___ Python-