Peter Maydell <peter.mayd...@linaro.org> writes: > On 7 September 2015 at 16:45, Markus Armbruster <arm...@redhat.com> wrote: >> A feature new in Python 2.7 crept into commit 77e703b: re.subn()'s >> fifth argument. Avoid that, use re.compile(). >> >> Reported-by: Laurent Desnogues <laurent.desnog...@gmail.com> >> Signed-off-by: Markus Armbruster <arm...@redhat.com> > > Should we cc: stable on this?
Not needed: commit 77e703b is not in any release, and not meant for stable.