On 13 November 2013 08:52, Victor Stinner <victor.stin...@gmail.com> wrote: > Hi Giampaolo, > > You forgot to update tests after your change in repr(socket). Tests > are failing on buildbots, just one example: > > ====================================================================== > FAIL: test_repr (test.test_socket.GeneralModuleTests) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/var/lib/buildslave/3.x.murray-gentoo/build/Lib/test/test_socket.py", > line 653, in test_repr > self.assertIn('family=%i' % socket.AF_INET, repr(s)) > AssertionError: 'family=2' not found in "<socket.socket fd=22, > family=AddressFamily.AF_INET, type=SocketType.SOCK_STREAM, proto=0, > laddr=('0.0.0.0', 0)>"
I fixed this to turn the buildbots green again before committing the codec error handling changes. Cheers, Nick. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com