mirror of
https://github.com/python/cpython.git
synced 2025-10-30 05:01:30 +00:00
* BPO-27639: Correct return type for UserList slicing operation Added logic to __getitem__ magic method for UserList to ensure that the return type matches that of self. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| abc.py | ||