summaryrefslogtreecommitdiff
path: root/src/plugins/python/weechat-python.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2021-04-11 09:31:49 +0200
committerSébastien Helleu <flashcode@flashtux.org>2021-04-11 09:31:49 +0200
commit5d30e0faacc0c071bd6be2176de29283b49f5aac (patch)
tree3a8e13a38683f942415647a2560e44f0e35c968f /src/plugins/python/weechat-python.c
parente58c827c91a9a606784298236fb41f0f037628e7 (diff)
downloadweechat-5d30e0faacc0c071bd6be2176de29283b49f5aac.zip
doc: mark info "python2_bin" as deprecated since version 2.6 (plugin API reference)
Diffstat (limited to 'src/plugins/python/weechat-python.c')
-rw-r--r--src/plugins/python/weechat-python.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/plugins/python/weechat-python.c b/src/plugins/python/weechat-python.c
index e85397f06..19ad02179 100644
--- a/src/plugins/python/weechat-python.c
+++ b/src/plugins/python/weechat-python.c
@@ -1623,7 +1623,9 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
*/
python2_bin = weechat_python_get_python2_bin ();
weechat_hook_info ("python2_bin",
- N_("path to python 2.x interpreter"),
+ N_("path to Python 2.x interpreter "
+ "(*deprecated* since version 2.6, scripts must use "
+ "Python 3 only)"),
NULL,
&weechat_python_info_python2_bin_cb, NULL, NULL);