Edgewall Software

Changes between Initial Version and Version 11 of Ticket #10771


Ignore:
Timestamp:
Jul 19, 2012, 1:23:30 AM (12 years ago)
Author:
Christian Boos
Comment:

(fix typos)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10771

    • Property Summary `to_json` generates malformed json on Python 2.4-2.5 if contained single qoutes`to_json` generates malformed json on Python 2.4-2.5 if contained single quotes
  • Ticket #10771 – Description

    initial v11  
    1 `to_json` generates malformed json on Python 2.4-2.5 if the argument is contained single qoutes. `to_json` uses `javascript_quote` because Python 2.4-2.5 don't have json library.
     1`to_json` generates malformed json on Python 2.4-2.5 if the argument is contained single quotes. `to_json` uses `javascript_quote` because Python 2.4-2.5 don't have json library.
    22{{{
    33Python 2.4.3 (#1, Jun 18 2012, 08:55:31)