From 7b633f4105c94476bcaf15cf5a79cecddfd1fd50 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sat, 24 May 2014 07:29:23 -0700 Subject: [PATCH] Point about __new__ --- Differences.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Differences.md b/Differences.md index ff19cfe..fc9fc10 100644 --- a/Differences.md +++ b/Differences.md @@ -35,4 +35,5 @@ Known issues are essentially bugs, misfeatures, and omissions considered such, a 1. ``collections.deque`` class is not implemented. 1. ``memoryview`` object not implemented. 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). +1. Keyword and keyword-only arguments need more work [#466](https://github.com/micropython/micropython/issues/466), [#524](//github.com/micropython/micropython/issues/524). +1. Only basic support for ``__new__`` method is available [#606](//github.com/micropython/micropython/issues/606), [#622](//github.com/micropython/micropython/issues/622). \ No newline at end of file