~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.104 16 years ago William Grant Restore the media files (just help.css) to the new Diff
__init__.py 1294.4.10 15 years ago David Coles Add a special HelpTreeBreadcrumb, which has a subm 3.7 KB Diff Download File
helpview.html 1100.1.24 16 years ago Matt Giuca (almost) all HTML pages updated: Moved <h1>s outsi 311 bytes Diff Download File
toc.html 1294.4.6 15 years ago David Coles Let the publisher generate help entry URLs for us. 818 bytes Diff Download File