Immutable classes such as NSString (but not NSMutableString) don't need to offer an actual copy because they cannot be altered. My guess is that these classes are simply performing an optimization which shouldn't affect the copier's behavior.
NilObject
2009-02-21 16:50:00