[issue26263] Serialize array.array to JSON by default

2016-03-08 Thread shakur shams Mullick
Changes by shakur shams Mullick : -- nosy: +shakur shams Mullick ___ Python tracker ___

[issue26263] Serialize array.array to JSON by default

2016-02-03 Thread Anish Shah
Changes by Anish Shah : -- nosy: +anish.shah ___ Python tracker ___ ___

[issue26263] Serialize array.array to JSON by default

2016-02-02 Thread SilentGhost
Changes by SilentGhost : -- components: +Extension Modules -Interpreter Core nosy: +ezio.melotti, pitrou, rhettinger ___ Python tracker

[issue26263] Serialize array.array to JSON by default

2016-02-01 Thread Omer Katz
New submission from Omer Katz: Is there a reason why the JSON module doesn't serialize array.array() instances by default? Currently you need to convert them to tuples but I'm confident that the C API for those types is enough to iterate over the array and serialize it to a JSON list. We