summaryrefslogtreecommitdiff
path: root/doc/whatsnew/fragments/8466.internal
blob: 101a8e4ba1a04aaf0c33b9c225f214e46a0c3258 (plain)
1
2
3
4
5
Following a deprecation period, ``MessageTest``'s ``end_line`` and ``end_col_offset``
must be accurate in functional tests (for python 3.8 or above on cpython, and for
python 3.9 or superior on pypy).

Refs #8466