Serhiy Storchaka added the comment:

Oh, I forgot that null character/byte errors were of type TypeError before 3.5. 
The simplest fix is changing corresponding ValueError in self.assertRaises() to 
the tuple (ValueError, TypeError).

I have updated the PR for 3.5. You can include the fix in your "[3.4] Backport 
CI config from master" PR or I can create a separate PR for 3.4.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30730>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to