From d9f7442989087105f0494e0013c85ae64b20e58b Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 17 Apr 2018 18:19:30 +0200 Subject: [PATCH] Update DEVELOPMENT.md --- DEVELOPMENT.md | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 3402d3f..aff3a22 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -3,12 +3,11 @@ Here's some general stuff to keep in mind, and some work that needs to be done * Mastodon.py tries to work for python2 as well as python3, so avoid things like annotations, use requests over urllib, et cetera. -* Unimplemented methods: - * None, at time of writing! +* Current TODOs (2.3 support): + * Add support for media updating + * Add support for focal points + * Add support for idempotency keys + * Document error handling better + * Update tests + * Decide what to do about frame_rate values specified as fractions (7/20 etc.) -* Documentation that needs to be updated: - * Some things are probably wrong, but none known. - -* Other things missing: - * Actual error handling that is good: Proper dealing with OAuth errors, more specific exceptions -