]> granicus.if.org Git - python/commit
test_gdb: fix regex to parse the GDB version
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Sep 2015 22:22:55 +0000 (00:22 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 14 Sep 2015 22:22:55 +0000 (00:22 +0200)
commita578eb34ba2fdee441d085a88021b3f1544af98e
tree81a07ca6fe23188880a41d4cce3a636e642ffd6c
parent66ad8464cf7a89d21ea32a04bf1788d183b44ad0
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