Commit f3665373 authored by Kevin Modzelewski's avatar Kevin Modzelewski

These are working now

parent 573777ef
# expected: reffail
from distutils.core import setup
import distutils.command.build as build
# expected: reffail
import sys
def compact(s):
......
# expected: reffail
def test(v):
print len(v), v.readonly, v.itemsize, v.tobytes(), v.tolist()
......
# expected: reffail
import platform
print type(platform.python_implementation())
......
# expected: reffail
import strop
print repr(strop.whitespace)
......
# expected: reffail
"""
Frame Hack Recipe #1: Ruby-style string interpolation (version 1)
"""
......
# expected: reffail
import warnings
import _warnings
......
# expected: reffail
from weakref import WeakKeyDictionary, WeakValueDictionary
class S(object):
......
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