python-telegram-bot/telegram/ext
Noam Meltzer 16a49ec659 Remove DispatcherHandlerContinue + more unitests for dispatcher (#792)
The idea was nice, but it really complicated things for us and for the
user.
If a user wants to run more than one handler on an update, he can put
the handlers in different groups or he can have a single handler.
If a user wants to have multiple handlers in the same group which only
one of them should run on the update, he should use check_update().

Since we haven't released this code yet, there's no problem with
backward compatability.
2017-08-12 18:57:12 +03:00
..
__init__.py Remove DispatcherHandlerContinue + more unitests for dispatcher (#792) 2017-08-12 18:57:12 +03:00
callbackqueryhandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
choseninlineresulthandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
commandhandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
conversationhandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
dispatcher.py Remove DispatcherHandlerContinue + more unitests for dispatcher (#792) 2017-08-12 18:57:12 +03:00
filters.py Docs update (#728) 2017-07-23 23:33:08 +03:00
handler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
inlinequeryhandler.py docstring correction (#775) 2017-08-08 00:11:44 +03:00
jobqueue.py Docs update (#728) 2017-07-23 23:33:08 +03:00
messagehandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
messagequeue.py Docs update (#728) 2017-07-23 23:33:08 +03:00
precheckoutqueryhandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
regexhandler.py Fix TypeError exception in RegexHandler (#751) 2017-07-28 20:47:42 +03:00
shippingqueryhandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
stringcommandhandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
stringregexhandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
typehandler.py Docs update (#728) 2017-07-23 23:33:08 +03:00
updater.py Warn on small con_pool_size during custom initalization of Updater (#793) 2017-08-12 16:45:38 +03:00