test_ok1/_pytest/_code
Roy Williams f1c4cfea2c Remove implementation of `__getslice__`
`__getslice__` has been Deprecated since Python 2.0 and is removed in Python 3.  See
https://docs.python.org/2/reference/datamodel.html#object.__getslice__

Unfortunately, Python 2 will still dispatch to `__getslice__` over `__getitem__`, See
http://bugs.python.org/issue2041, which causes Warnings when running with `-3` in 2.7.
2016-09-23 09:52:30 -07:00
..
__init__.py Remove assertion reinterpretation 2016-07-15 00:33:39 +01:00
_py2traceback.py Fix decoding issue while formatting SyntaxErrors during collection 2016-03-05 16:58:50 -03:00
code.py Explicitly set to None to have consistent behavior in Python 2 and Python 3 2016-09-22 09:22:12 -07:00
source.py Remove implementation of `__getslice__` 2016-09-23 09:52:30 -07:00