From: Joseph Spiros Date: Thu, 14 Apr 2011 09:49:10 +0000 (-0400) Subject: Simplified schema API to read-only for now, and minimized the number of reads require... X-Git-Url: http://git.ithinksw.org/~jspiros/python-ebml.git/commitdiff_plain/d916e4476d1c5e51ce1949d5e8e2329608f4c3b7?hp=d916e4476d1c5e51ce1949d5e8e2329608f4c3b7 Simplified schema API to read-only for now, and minimized the number of reads required to access branches of a document tree by using a new Stream and Substream classes. ---