python2 is just symlink to actual binary python2.7. So goes for python3 - symlink to python3.2. symlink python is linked to python 3.2. Such system of symlinks is usual thing in many distros for libs at least. If needed, such symlink can be easily created by user.
Anyway, i changed those scripts for myself and hope my previous post can help somebody.