File: THANKS.txt

package info (click to toggle)
python-demjson 1.4-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 336 kB
  • ctags: 307
  • sloc: python: 1,980; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 488 bytes parent folder | download
1
2
3
4
5
6
7
8
9
In general thanks to the entire Python community for providing such
a wonderful language.  Thanks also to the folks at json.org for
developing the JSON data format and pursuing an RFC standard for it.

Reported bugs:
  * Adam Braun -- reported bug in 1.0 release regarding newlines being
        rejected during decoding if at the beginning of the input.
  * Nicolas Bonardelle -- reported bug in 1.1 release where the wrong
        kind of exception could be raised by encode_default().