April 21, 2010
4:21 p.m.
On Apr 21, 2010, at 5:21 40PM, Sean P. DeNigris wrote:
Why does datedVersion appear in both SmalltalkImage and SystemVersion?
SmalltalkImage delegates to SystemVersion. Why have both?
Sean -- View this message in context: http://n4.nabble.com/Why-does-datedVersion-appear-in-both-SmalltalkImage-and... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
_______________________________________________ Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Because of backwards compatability, and because some people still use/prefer Smalltalk datedVersion over SystemVersion datedVersion. Cheers, Henry