[BUG] 3.6 OldSocket>>accept

Yanni Chiu yanni at rogers.com
Thu Nov 27 04:42:26 UTC 2003


In many places the OldSocket code references the new Socket
class, probably because the class was just renamed.
Mostly, it doesn't matter, but for the #accept method
it means that a listening "OldSocket" will return
a new "Socket".

Since OldSocket should go away, and code should
be ported to use the new Socket, this is really
just a warning for anyone trying to get old code
running, before porting it.

--yanni



More information about the Squeak-dev mailing list