projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f0cc76
)
Add version changed directive to documentation for API
author
Harmon
<Harmon758@gmail.com>
Mon, 24 Oct 2022 21:34:39 +0000
(16:34 -0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 24 Oct 2022 21:34:39 +0000
(16:34 -0500)
tweepy/api.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/api.py
b/tweepy/api.py
index 12dc6838b1b9857da9fb37b762e369750dd35a41..d7470e9905a2655055465bbeb2d3466a7561760c 100644
(file)
--- a/
tweepy/api.py
+++ b/
tweepy/api.py
@@
-53,6
+53,10
@@
def payload(payload_type, **payload_kwargs):
class API:
"""Twitter API v1.1 Interface
+ .. versionchanged:: 4.11
+ Added support for ``include_ext_edit_control`` endpoint/method
+ parameter
+
Parameters
----------
auth