mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Removed some leftovers from the str8 days
This commit is contained in:
parent
4d279c1f80
commit
b2b6262831
3 changed files with 1 additions and 8 deletions
|
|
@ -586,10 +586,6 @@ class CommonTest(BaseTest):
|
|||
a = self.type2test('DNSSEC')
|
||||
b = self.type2test('')
|
||||
for c in a:
|
||||
## # Special case for the str8, since indexing returns a integer
|
||||
## # XXX Maybe it would be a good idea to seperate str8's tests...
|
||||
## if self.type2test == str8:
|
||||
## c = chr(c)
|
||||
b += c
|
||||
hash(b)
|
||||
self.assertEqual(hash(a), hash(b))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue