From ca621c496e5e6da994ec5ffda93cfb1f0bbdd9a3 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 26 Apr 2014 11:39:45 -0700 Subject: [PATCH] struct is motsly implemented --- Differences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Differences.md b/Differences.md index 5d1d1f0..b860445 100644 --- a/Differences.md +++ b/Differences.md @@ -26,7 +26,7 @@ Known issues are essentially bugs, misfeaturures, and omissions considered such, 1. Exception handling with generators is not fully implemented. (Some small details may need to be done yet.) [#243](//github.com/micropython/micropython/issues/243) 1. str.format() may miss few advanced/obscure features (but otherwise almost completely implemented). [#407](//github.com/micropython/micropython/issues/407) 1. Only the very basic implementation of % string formatting operator is available (%s and %r formatting codes). [#403](//github.com/micropython/micropython/issues/403). -1. ``struct`` module not implemented. +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. ``collecions.deque`` class is not implemented.