Conversation
Cryptography doesn't support it anymore, so we can't either
Also remove 3.6 from setup.py
harshil21
left a comment
There was a problem hiding this comment.
Nice work! Found some small errors:
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
Bibo-Joshi
left a comment
There was a problem hiding this comment.
great work 👍 some nitpicking below
about pre-commit.ci: we can either tell it to recurse submodules (we'd have to change that on master, I guess) or add something like [skip pre-commit.ci] to the commit messages on v13.x.
[skip pre-commit.ci]
# Conflicts: # README.rst # README_RAW.rst # docs/source/telegram.menubuttoncommands.rst # docs/source/telegram.menubuttondefault.rst # docs/source/telegram.menubuttonwebapp.rst
also improve some doc strings [skip pre-commit.ci]
[skip pre-commit.ci]
Bibo-Joshi
left a comment
There was a problem hiding this comment.
pre-commit is failing because there's a py36 related workaround still in ext.__init__, please remove that. otherwise LGTM from my side.
|
ps: |
|
@Bibo-Joshi Both of them unrelated to my changes I think. |
Bibo-Joshi
left a comment
There was a problem hiding this comment.
I just see that codecov marks some of eth "mutually exclusive" tests as uncovered - can you add corresponding tests?
I told deepsource to ignore the 3 issues. for pre-commit, can you try one of the other documented comments and/or putting it into the first line of the commit message? If neither of that works, I'll probably change the submodules setting on master …
Bibo-Joshi
left a comment
There was a problem hiding this comment.
for pre-commit, can you try one of the other documented comments and/or putting it into the first line of the commit message? If neither of that works, I'll probably change the submodules setting on master …
missed that file
This reverts commit dbd798d.
This closes #3004.
Checklist for PRs
.. versionadded:: version,.. versionchanged:: versionor.. deprecated:: versionto the docstrings for user facing changes (for methods/class descriptions, arguments and attributes)AUTHORS.rst(optional)__all__sIf the PR contains API changes (otherwise, you can delete this passage)
New classes:
self._id_attrsand corresponding documentation__init__accepts**_kwargsAdded new shortcuts:
Chat&Userfor all methods that acceptchat/user_idMessagefor all methods that acceptchat_idandmessage_idMessageshortcuts: Addedquoteargument if methods acceptsreply_to_message_idCallbackQueryfor all methods that accept eitherchat_idandmessage_idorinline_message_idIf relevant:
telegram.constantsand shortcuts to them as class variablesMessage.effective_attachmentConversationHandlerbot_methods.rstREADME.rstandREADME_RAW.rst(including the badge), as well astelegram.constants.BOT_API_VERSIONtg.ext.Botfor new methods that either accept areply_markupin some form or have a return type that is/containstelegram.Message