[Bug 2002923] Re: Please merge 2.5.0-4 into lunar
Vladimir Petko
2002923 at bugs.launchpad.net
Mon Jan 16 09:43:33 UTC 2023
The patch contains some changes to the error formatting as far as I can
see.
```
+ elif sys.version_info >= (3, 10):
+ spaces = ' '
++ marker = '^^^'
+ else:
+ spaces = ' '
++ marker = '^'
```
I can drop it and check the output without it.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-testtools in Ubuntu.
https://bugs.launchpad.net/bugs/2002923
Title:
Please merge 2.5.0-4 into lunar
Status in python-testtools package in Ubuntu:
In Progress
Bug description:
tracking bug
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-testtools/+bug/2002923/+subscriptions
More information about the foundations-bugs
mailing list