DEBSOURCES
Skip Quicknav
sources / jython / 2.5.3-16%2Bdeb9u1 / Lib / test / bugs / pr104.py
123456789
def parrot(**args): pass try: compile("parrot(voltage=5.0, 'expired')", '<string>', 'exec') except SyntaxError: pass else: print 'PR#104 regressed'