[issue37789] Update doc strings for test.bytecode_helper

2022-03-20 Thread Irit Katriel
Irit Katriel added the comment: This has been fixed by now. -- nosy: +iritkatriel resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue37789] Update doc strings for test.bytecode_helper

2019-08-07 Thread Joannah Nanjekye
Joannah Nanjekye added the comment: *supposed not supported. -- ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue37789] Update doc strings for test.bytecode_helper

2019-08-07 Thread Joannah Nanjekye
Change by Joannah Nanjekye : -- assignee: -> docs@python components: +Documentation nosy: +docs@python versions: +Python 3.9 ___ Python tracker ___

[issue37789] Update doc strings for test.bytecode_helper

2019-08-07 Thread Joannah Nanjekye
New submission from Joannah Nanjekye : I want to believe there is a mistake in the doc strings for these methods: def assertInBytecode(self, x, opname, argval=_UNSPECIFIED): """Returns instr if op is found, otherwise throws AssertionError""" for instr in