Nick Coghlan <ncoghlan <at> gmail.com> writes: > Personally, I expect that "always update your virtual environment > binaries after updating the system Python to a new point release" will > itself become a recommended practice when using virtual environments.
Of course, the venv update tool will need to only update environments which were set up with the particular version of Python which was updated. ISTM pyvenv.cfg will need to have a version=X.Y.Z line in it, which is added during venv creation. That information will be used by the tool to only update specific environments. Regards, Vinay Sajip _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com