commit | 1be7e215830d6ec9aa6200aac4ef34ac0ae85af5 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Tue Nov 16 13:08:56 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Nov 16 13:08:56 2021 +0000 |
tree | 06627ad353afd26d41b0a79711078c32085a722e | |
parent | fa53722367c3793fda95dac665af74b8651065e9 [diff] [blame] |
patch 8.2.3602: Python3 test fails with Python 3.10 on MS-Windows Problem: Python3 test fails with Python 3.10 on MS-Windows. Solution: Adjust the expected error. (Ken Takata, closes #9118)
diff --git a/src/version.c b/src/version.c index 3227bb6..5d3d2a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3602, +/**/ 3601, /**/ 3600,