Files
pytest2/_pytest
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
..
2016-09-01 21:34:54 -03:00
2016-08-24 16:26:34 -07:00
2016-08-17 22:59:18 -03:00
2016-09-19 10:14:41 +01:00
2016-08-21 22:07:18 +02:00
2016-09-05 16:48:04 +08:00
2016-01-25 23:18:04 -02:00
2016-07-03 22:33:21 +02:00
2016-07-03 22:33:21 +02:00