From f42bb8545b9f8f3f3676c65aed5bcc1ef2e64762 2013-09-03 22:48:53 From: MinRK Date: 2013-09-03 22:48:53 Subject: [PATCH] note that restore_bytes is never used --- diff --git a/IPython/nbformat/v3/rwbase.py b/IPython/nbformat/v3/rwbase.py index d8c1f17..a381242 100644 --- a/IPython/nbformat/v3/rwbase.py +++ b/IPython/nbformat/v3/rwbase.py @@ -32,6 +32,8 @@ def restore_bytes(nb): Base64 encoding is handled elsewhere. Bytes objects in the notebook are always b64-encoded. We DO NOT encode/decode around file formats. + + Note: this is never used """ for ws in nb.worksheets: for cell in ws.cells: