Skip to content

Commit 46251d4

Browse files
Merge pull request RustPython#167 from azmeuk/builtins_unimplemented
Snippet showing unimplemented methods in builtin types
2 parents db38b4a + 3f8116f commit 46251d4

2 files changed

Lines changed: 968 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ Or use the interactive shell:
4343
To start contributing, there are a lot of things that need to be done.
4444
Most tasks are listed in the [issue tracker](https://github.com/RustPython/RustPython/issues).
4545
Another approach is to checkout the sourcecode, and try out rustpython until
46-
you hit a limitation, and try to fix that.
46+
you hit a limitation, and try to fix that. You can also simply run
47+
`cargo run tests/snippets/whats_left_to_implement.py` and pickup any
48+
unimplemented method.
4749

4850
# Testing
4951

0 commit comments

Comments
 (0)