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-09.21:30:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494365445.01.0.376201925203.issue30190@psf.upfronthosting.co.za>
In-reply-to
Content
New test produce deprecation warnings:

/home/serhiy/py/cpython/Lib/unittest/test/test_assertions.py:228: DeprecationWarning: invalid escape sequence \(
  ["^1 != 2 within 7 places \(1 difference\)$", "^oops$",
/home/serhiy/py/cpython/Lib/unittest/test/test_assertions.py:229: DeprecationWarning: invalid escape sequence \(
  "^1 != 2 within 7 places \(1 difference\)$",
/home/serhiy/py/cpython/Lib/unittest/test/test_assertions.py:230: DeprecationWarning: invalid escape sequence \(
  "^1 != 2 within 7 places \(1 difference\) : oops$"])
History
Date User Action Args
2017-05-09 21:30:45serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, giampaolo.rodola, rbcollins, ezio.melotti, michael.foord
2017-05-09 21:30:45serhiy.storchakasetmessageid: <1494365445.01.0.376201925203.issue30190@psf.upfronthosting.co.za>
2017-05-09 21:30:44serhiy.storchakalinkissue30190 messages
2017-05-09 21:30:44serhiy.storchakacreate