Commit 316a3fb1 authored by Matus Valo's avatar Matus Valo Committed by GitHub

Remove outdated Python 2.5 mention from special_methods.rst (GH-4538)

parent 749fe583
...@@ -379,7 +379,7 @@ https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types ...@@ -379,7 +379,7 @@ https://docs.python.org/3/reference/datamodel.html#emulating-numeric-types
+-----------------------+---------------------------------------+-------------+-----------------------------------------------------+ +-----------------------+---------------------------------------+-------------+-----------------------------------------------------+
| __hex__ | self | object | Convert to hexadecimal | | __hex__ | self | object | Convert to hexadecimal |
+-----------------------+---------------------------------------+-------------+-----------------------------------------------------+ +-----------------------+---------------------------------------+-------------+-----------------------------------------------------+
| __index__ (2.5+ only) | self | object | Convert to sequence index | | __index__ | self | object | Convert to sequence index |
+-----------------------+---------------------------------------+-------------+-----------------------------------------------------+ +-----------------------+---------------------------------------+-------------+-----------------------------------------------------+
In-place arithmetic operators In-place arithmetic operators
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment