File: changes.txt

package info (click to toggle)
json-py 3.4-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 124 kB
  • ctags: 169
  • sloc: python: 837; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
August 7, 2005
================================================================

Tuples are now written as json arrays.

Note that json arrays read as lists, but lists and tuples are written as
arrays.

August 9, 2005
================================================================

Fixed bugs in reading arrays and objects introduced in release 3_3. Had no
tests for whitespace or comments before the terminating } or ] bracket.