1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-24 03:46:39 +02:00

doc: mark info "python2_bin" as deprecated since version 2.6 (plugin API reference)

This commit is contained in:
Sébastien Helleu
2021-04-11 09:31:49 +02:00
parent e58c827c91
commit 5d30e0faac
20 changed files with 100 additions and 43 deletions
+3 -1
View File
@@ -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);