Update docs for v0.3.0 release of C++ api

This commit is contained in:
Jason Paryani
2013-09-04 10:38:00 -07:00
parent e7da4859de
commit f51c34361d
3 changed files with 10 additions and 10 deletions

View File

@@ -217,8 +217,8 @@ And similarly for reading::
f = open('example.bin')
addresses = addressbook.AddressBook.read(f)
Dictionaries
~~~~~~~~~~~~~~
Dictionaries (Experimental)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
There is a convenience method for converting Cap'n Proto messages to a dictionary. This works for both Builder and Reader type messages::