mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
Merge 3.3.
This commit is contained in:
commit
c4a10f5970
2 changed files with 5 additions and 0 deletions
|
@ -1172,6 +1172,7 @@ class AssortedBytesTest(unittest.TestCase):
|
|||
self.assertEqual(bytes(b"abc") < b"ab", False)
|
||||
self.assertEqual(bytes(b"abc") <= b"ab", False)
|
||||
|
||||
@test.support.requires_docstrings
|
||||
def test_doc(self):
|
||||
self.assertIsNotNone(bytearray.__doc__)
|
||||
self.assertTrue(bytearray.__doc__.startswith("bytearray("), bytearray.__doc__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue