~azzar1/unity/add-show-desktop-key

  • Committer: David Coles
  • Date: 2010-08-30 03:26:13 UTC
  • Revision ID: coles.david@gmail.com-20100830032613-d14vng0jkelniu3l
python-console: Fix globals broken with new JSON library.

simplejson always returns unicode strings. cJSON would return ordinary strings 
if possible. cPickle.loads() only accepts strings. At present we use pickle 
version 0 so they should all works as ASCII strings. Higher versions of pickle 
are not plain ASCII and are likely to break this and so this should be fixed 
at some point.

Also replaced unconditional exception with one that catches Pickle errors. Not 
sure the best way to report failures of these functions.
Filename Latest Rev Last Changed Committer Comment Size
..
media 1099.1.68 15 years ago William Grant Move the remaining images to the new framework, in Diff
__init__.py 1825 14 years ago William Grant Move from CodePress to CodeMirror. It's now an ext 7.3 KB Diff Download File
help-run-serve.html 1559 14 years ago Matt Giuca docs: Added a new help page, Running and Serving. 2.8 KB Diff Download File
help-svn.html 1814 14 years ago Matt Giuca Updated Subversion help, now that we no longer inc 13.6 KB Diff Download File
help.html 1656 14 years ago Matt Giuca Help: Filesystem/Browser: Added a paragraph explai 4.5 KB Diff Download File
template.html 1790.1.8 14 years ago William Grant Remove unused mediapath. 3.8 KB Diff Download File