1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

python: fix load of scripts with python >= 3.3

This commit is contained in:
Sebastien Helleu
2013-11-28 19:46:36 +01:00
parent 74333b2270
commit 02fc4053c9
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -51,6 +51,7 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* irc: add server option "default_msg_kick" to customize default kick/kickban
message (task #12777)
* lua: fix crash on calls to callbacks during load of script
* python: fix load of scripts with python >= 3.3
== Version 0.4.2 (2013-10-06)