From aba86b088ebf27c72058a2dc413033284e2a30bc Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 26 Apr 2014 11:45:38 -0700 Subject: [PATCH] More known issues --- Differences.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Differences.md b/Differences.md index a248baf..931fa58 100644 --- a/Differences.md +++ b/Differences.md @@ -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. Only beginning of ``io`` module and class hierarchy exists so far. 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. \ No newline at end of file