[issue8642] json.loads description

2010-05-10 Thread Georg Brandl
Georg Brandl added the comment: Thanks, fixed in r81059. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue8642] json.loads description

2010-05-08 Thread Éric Araujo
Éric Araujo added the comment: Seems ok to me. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue8642] json.loads description

2010-05-07 Thread MATSUI Tetsushi
MATSUI Tetsushi added the comment: OK, here you are. -- keywords: +patch Added file: http://bugs.python.org/file17256/json.diff ___ Python tracker ___ ___

[issue8642] json.loads description

2010-05-07 Thread Éric Araujo
Éric Araujo added the comment: Is it possible for you to propose a patch, as described in http://www.python.org/dev/patches/ ? -- nosy: +merwok ___ Python tracker ___ __

[issue8642] json.loads description

2010-05-07 Thread MATSUI Tetsushi
New submission from MATSUI Tetsushi : At the end of description of json.loads, dump() should be load(). -- assignee: d...@python components: Documentation messages: 105187 nosy: d...@python, mft priority: normal severity: normal status: open title: json.loads description versions: Python