Changes between Initial Version and Version 1 of Ticket #22883, comment 13
- Timestamp:
- 07/10/17 15:39:18 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22883, comment 13
initial v1 2 2 > Do not use .iteritems, please (for python3 compatibility). 3 3 4 That is for a vector object, so it is a well-defined method (for now).4 That is for a `vector` instance (and not a `dict`), so it is a well-defined method (for now).