On Fri, 2009-12-04 at 16:49 -0800, Danek Duvall wrote: > Where did this change get communicated? I didn't see it, but perhaps the > appropriate c-team tech leads knew and I simply never saw the pass-down?
Eh.. I guess it wasn't, or rather, it was in the Python 2.6 ARC case: 2.3 Exported Interfaces Interface Classification Comments ----------------------------- -------------- ---------------------- /usr/bin/python Volatile Convenience symlink that points to the most recent version of Python 2.x And also: /usr/bin/python is a convenience symlink to the newest commonly usable version of Python. Python scripts delivered to Solaris must call the required version explicitly, not the /usr/bin/python convenience symlink, e.g.: #!/usr/bin/python2.6 So, /usr/bin/python pointing to 2.4 was really a bug, but since 2.6 wasn't on the LiveCD, it didn't make sense to change it earlier. Laca _______________________________________________ tools-discuss mailing list tools-discuss@opensolaris.org