Commit 22da7129 authored by Stefan Behnel's avatar Stefan Behnel

more test fixes

parent 1593a824
......@@ -122,7 +122,7 @@ def make_new_none_typed(tuple t=None):
"""
>>> make_new_none_typed()
Traceback (most recent call last):
TypeError: object.__new__(X): X is not a type object (NoneType)
TypeError: ...__new__(X): X is not a type object (NoneType)
"""
m = t.__new__(t)
return m
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment