diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-11 09:31:49 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-04-11 09:31:49 +0200 |
commit | 5d30e0faacc0c071bd6be2176de29283b49f5aac (patch) | |
tree | 3a8e13a38683f942415647a2560e44f0e35c968f /src/plugins/python/weechat-python.c | |
parent | e58c827c91a9a606784298236fb41f0f037628e7 (diff) | |
download | weechat-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.c | 4 |
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); |