]> granicus.if.org Git - python/commit
Update skip message printed by test.support.get_attribute.
authorÉric Araujo <merwok@netwok.org>
Tue, 4 Oct 2011 23:50:22 +0000 (01:50 +0200)
committerÉric Araujo <merwok@netwok.org>
Tue, 4 Oct 2011 23:50:22 +0000 (01:50 +0200)
commit4300f69afd6278b890ae4d69cfa7b36daac02fb7
tree8b3a784fed977690465d15e49f502092dda46ecf
parentc4637714b0d1c80a8a7d40a590b1a113bf112ffd
Update skip message printed by test.support.get_attribute.

This helper was changed to work with any object instead of only modules
(or technically something with a __name__ attribute, see code in 3.2)
but the message stayed as is.
Lib/test/support.py