struct: repetitions are now supported.
parent
70340abeb4
commit
8abe4fc615
|
@ -35,7 +35,7 @@ Known issues are essentially bugs, misfeatures, and omissions considered such, a
|
|||
1. <strike>Exception handling with generators is not fully implemented.</strike> (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), [#574](//github.com/micropython/micropython/issues/574)
|
||||
1. <strike>% string formatting operator may miss more advanced features</strike> [#403](//github.com/micropython/micropython/issues/403), [#574](//github.com/micropython/micropython/issues/574)
|
||||
1. ``struct`` module implementation (named ``ustruct``) should have all basic functionality, but misses some syntactic sugar (like repetition specifiers in type strings). It's named differently to allow implement full ``struct`` functionality on Python level.
|
||||
1. ``struct`` module implementation (named ``ustruct``) should have all basic functionality<strike>, but misses some syntactic sugar (like repetition specifiers in type strings)</strike>. It's named differently to allow implement full ``struct`` functionality on Python level.
|
||||
1. Instead of ``re`` module, minimified "ure" module is provided is subset of functionality. micropython-lib also offers more complete implementation based on PCRE engine, for "unix" port [#13](//github.com/micropython/micropython/issues/13)
|
||||
1. Only beginning of ``io`` module and class hierarchy exists so far.
|
||||
1. ``collections.deque`` class is not implemented.
|
||||
|
|
Loading…
Reference in New Issue