]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
test_gdb: fix regex to parse the GDB version
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Sep 2015 22:19:47 +0000 (00:19 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Sep 2015 22:19:47 +0000 (00:19 +0200)
commitdf11d7c2b42ff6baadd81a96ce7e61799105049c
tree8fab9a89ba4990fb96e26868b225a2bb815fc4c9
parent061653091ebf02a4b2588f48a47071a182ff4dc6
test_gdb: fix regex to parse the GDB version

Fix the regex to support the version 7.10: minor version with two digits
Lib/test/test_gdb.py