[issue43488] Added new methods to vector.py

2021-03-13 Thread Raymond Hettinger
Raymond Hettinger added the comment: I don't think this should be added. The whole point of vector.py was to be a simple educational demo of a Python class its special methods work. It was not intended to grow more features or ever be used in production. Also, vector-to-vector multiplica

[issue43488] Added new methods to vector.py

2021-03-13 Thread Ehsonjon Gadoev
Change by Ehsonjon Gadoev : -- title: Added new methods to vectors.py -> Added new methods to vector.py ___ Python tracker ___ ___ P