]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.907 v7.3.907
authorBram Moolenaar <Bram@vim.org>
Wed, 24 Apr 2013 11:04:26 +0000 (13:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 24 Apr 2013 11:04:26 +0000 (13:04 +0200)
commitaf6abb9d93959d801d40a2d77a96962cef2335fc
tree2a4c39066970fd372b41b351535429df0f6e3b31
parent3f99152276def2b8f88a3dd5f87f645e9e875da2
updated for version 7.3.907
Problem:    Python uses IndexError when a dict key is not found.
Solution:   Use KeyError instead. (ZyX)
src/if_py_both.h
src/if_python.c
src/if_python3.c
src/testdir/test86.ok
src/testdir/test87.ok
src/version.c