update news item, mention start index as well

This commit is contained in:
Anil Tuncel 2023-07-23 12:39:18 +02:00 committed by anilbey
parent 124d3071f4
commit 8d661b6807

View file

@ -1,2 +1,2 @@
Emit a FutureWarning when truncating negative end positions in re.finditer
Emit a FutureWarning when truncating negative start and end indices in re.finditer
and re.findall.