##// END OF EJS Templates
fix base64 code in nbformat.v2...
fix base64 code in nbformat.v2 base64 encoding functions were called, but had no effect, because the notebook already has everything as b64-encoded bytestrings, which are valid ascii literals on Python 2. However, the encode/decode logic is actually triggered on Python 3, revealing its errors. This fixes the base64 functions that had no effect to have their intended effect, but does not use them. Rather, it is assumed that bytes objects are already b64-encoded (and thus ascii-safe), which assumption was already made in Python 2.

File last commit:

r4888:1326c3f6
r5174:66077063
Show More
index.txt
15 lines | 242 B | text/plain | TextLexer
Brian Granger
Updating the What's new section of the docs with the summer's work.
r2279 .. _config_index:
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258 ===============================
Configuration and customization
===============================
.. toctree::
Brian Granger
Update of docs to reflect the new ipcluster version....
r1788 :maxdepth: 2
Brian E Granger
Massive reorganization of the IPython documentation. It is now ready to be hacked on by users. ...
r1258
Brian Granger
Major work on the documentation....
r2277 overview.txt
Pauli Virtanen
DOC: extensions: add documentation for the bundled extensions
r4888 extensions/index.txt
Brian Granger
Adding new docs for configuration/extensions/plugins.
r2749 plugins.txt
Brian Granger
Major work on the documentation....
r2277 ipython.txt
editors.txt
old.txt