cpython/Lib/collections
Michael Blahay f3d909428c BPO-27639: Correct return type for UserList slicing operation (#13203)
Added logic to __getitem__ magic method for UserList to ensure that the return
type matches that of self.
2019-05-26 15:28:09 +01:00
..
__init__.py BPO-27639: Correct return type for UserList slicing operation (#13203) 2019-05-26 15:28:09 +01:00
abc.py whitespace cleanup 2013-10-13 02:27:22 +02:00