mirror of
https://github.com/python/cpython.git
synced 2026-01-31 07:05:24 +00:00
Show how code can be written to handle __getslice__ & friends in a way that is compatible with pre-2.0 versions of Python while still working with the "new" way of handling slicing. Additional explanation added by Fred Drake. This closes SourceForge patch #101388.