More known issues

Paul Sokolovsky 2014-04-26 11:45:38 -07:00
parent a9cedd4de6
commit aba86b088e
1 changed files with 3 additions and 0 deletions

@ -30,3 +30,6 @@ Known issues are essentially bugs, misfeaturures, and omissions considered such,
1. No builtin``re`` module implementation. micropython-lib offers initial PCRE FFI module for "unix" port [#13](//github.com/micropython/micropython/issues/13) 1. No builtin``re`` module implementation. micropython-lib offers initial PCRE FFI module for "unix" port [#13](//github.com/micropython/micropython/issues/13)
1. Only beginning of ``io`` module and class hierarchy exists so far. 1. Only beginning of ``io`` module and class hierarchy exists so far.
1. ``collecions.deque`` class is not implemented. 1. ``collecions.deque`` class is not implemented.
1. ``memoryview`` object not implemented.
1. Container slice assignment/deletion not implemented. [#509](https://github.com/micropython/micropython/issues/509)
1. Keyword and keyword-only arguments need more work #466, #524.