#11565: Merge with 3.2.

This commit is contained in:
Ezio Melotti 2011-03-16 11:38:59 +02:00
commit b88ed1549e
93 changed files with 124 additions and 124 deletions

View file

@ -492,7 +492,7 @@ class SysModuleTest(unittest.TestCase):
# provide too much opportunity for insane things to happen.
# We don't want them in the interned dict and if they aren't
# actually interned, we don't want to create the appearance
# that they are by allowing intern() to succeeed.
# that they are by allowing intern() to succeed.
class S(str):
def __hash__(self):
return 123