io.StringIO basicly implemented

master
Paul Sokolovsky 2014-04-26 11:40:34 -07:00
rodzic ca621c496e
commit 603a97b292
1 zmienionych plików z 1 dodań i 1 usunięć

@ -28,5 +28,5 @@ Known issues are essentially bugs, misfeaturures, and omissions considered such,
1. <strike>Only the very basic implementation of % string formatting operator is available (%s and %r formatting codes).</strike> [#403](//github.com/micropython/micropython/issues/403).
1. ``struct`` module should have all functionality, but misses some syntactic sugar (like repetition specifiers in type strings).
1. ``re`` module not implemented. [#13](//github.com/micropython/micropython/issues/13)
1. Only beginning of ``io`` module and class hierarchy exists so far. In particular, ``io.StringIO`` is not implemented.
1. Only beginning of ``io`` module and class hierarchy exists so far.
1. ``collecions.deque`` class is not implemented.