From 3eda1d4de28e56f8de6aa5ebe1a6686c86c48305 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 24 May 2014 07:27:55 -0700 Subject: [PATCH] Subset of slice assignment is supported. --- Differences.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Differences.md b/Differences.md index 785ce61..ff19cfe 100644 --- a/Differences.md +++ b/Differences.md @@ -34,5 +34,5 @@ Known issues are essentially bugs, misfeatures, and omissions considered such, a 1. Only beginning of ``io`` module and class hierarchy exists so far. 1. ``collections.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](https://github.com/micropython/micropython/issues/466), [#524](https://github.com/micropython/micropython/issues/524). \ No newline at end of file +1. Container slice assignment/deletion is only partially implemented. [#509](https://github.com/micropython/micropython/issues/509) +1. Keyword and keyword-only arguments need more work [#466](https://github.com/micropython/micropython/issues/466), [#524](https://github.com/micropython/micropython/issues/524).