-
Notifications
You must be signed in to change notification settings - Fork 5.7k
normalize strings #2661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
normalize strings #2661
Conversation
…ryptionError (#2621) * move telegramdecryptionerror to error.py * Change error class name
* feat: add docs about docs * fix: improve looks * fix: make link work * fix: this looks better * Improved markdown, updated link * Less justifying Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com>
* Fix incomplete type annotations for CallbackContext Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
* Feat: Custom pytest marker Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com>
* Make basepersistence methods abstractmethod Signed-off-by: starry69 <starry369126@outlook.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey there. Relax, I am just a little warning for the maintainers to release directly after merging your PR, otherwise we have broken examples and people might get confused :)
@starry69 I strongly recommend to only merge such work as the last thing before v14 release. It will make all concurrent work on development branches annoying. |
@starry69 I mean, merging earlier will cause such annoyance. |
Signed-off-by: starry69 <starry369126@outlook.com>
2a75d5a
to
906cdd8
Compare
5c26c91
to
74c4270
Compare
I'll close this for now, since it won't get merged in the forseeable future and just opening a new PR is less work than bringin this one up to date … |
Closes #2650