This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients ezio.melotti, giampaolo.rodola, michael.foord, rbcollins, rhettinger, serhiy.storchaka
Date 2017-05-10.13:07:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494421639.05.0.171346378277.issue30190@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -Wa Lib/unittest/test/test_assertions.py
Lib/unittest/test/test_assertions.py:228: DeprecationWarning: invalid escape sequence \(
  ["^1 != 2 within 7 places \(1 difference\)$", "^oops$",
Lib/unittest/test/test_assertions.py:229: DeprecationWarning: invalid escape sequence \(
  "^1 != 2 within 7 places \(1 difference\)$",
Lib/unittest/test/test_assertions.py:230: DeprecationWarning: invalid escape sequence \(
  "^1 != 2 within 7 places \(1 difference\) : oops$"])
...................................
----------------------------------------------------------------------
Ran 35 tests in 0.052s

OK
History
Date User Action Args
2017-05-10 13:07:19serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, giampaolo.rodola, rbcollins, ezio.melotti, michael.foord
2017-05-10 13:07:19serhiy.storchakasetmessageid: <1494421639.05.0.171346378277.issue30190@psf.upfronthosting.co.za>
2017-05-10 13:07:19serhiy.storchakalinkissue30190 messages
2017-05-10 13:07:18serhiy.storchakacreate