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 xdegaye
Recipients Alex.Willmer, vstinner, xdegaye
Date 2016-12-15.19:41:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481830886.57.0.261332601113.issue26919@psf.upfronthosting.co.za>
In-reply-to
Content
The patch fixes also the following errors in test_warnings:

======================================================================
FAIL: test_nonascii (test.test_warnings.CEnvironmentVariableTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_warnings/__init__.py", line 1072, in test_nonascii
    "['ignore:Deprecaci\xf3nWarning']".encode('utf-8'))
AssertionError: b"['ignore:Deprecaci\\udcc3\\udcb3nWarning']" != b"['ignore:Deprecaci\xc3\xb3nWarning']"

======================================================================
FAIL: test_nonascii (test.test_warnings.PyEnvironmentVariableTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/sdcard/org.bitbucket.pyona/lib/python3.7/test/test_warnings/__init__.py", line 1072, in test_nonascii
    "['ignore:Deprecaci\xf3nWarning']".encode('utf-8'))
AssertionError: b"['ignore:Deprecaci\\udcc3\\udcb3nWarning']" != b"['ignore:Deprecaci\xc3\xb3nWarning']"

----------------------------------------------------------------------
History
Date User Action Args
2016-12-15 19:41:26xdegayesetrecipients: + xdegaye, vstinner, Alex.Willmer
2016-12-15 19:41:26xdegayesetmessageid: <1481830886.57.0.261332601113.issue26919@psf.upfronthosting.co.za>
2016-12-15 19:41:26xdegayelinkissue26919 messages
2016-12-15 19:41:26xdegayecreate