Re: [Pyobjc-dev] A question of concience
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-07-08 19:45:08
|
Ronald Oussoren wrote: > There is one problem with this change: backward compatibility. If > we'd apply this change, we might break code that currently uses > methods like getNumberOfRows:columns:. The current users might also > use code that wouldn't break, like this: > rows, cols = obj.getNumberOfRows_columns_()[1:] > > I'd rather not break backward compatibility, but this change would > increase the useability of PyObjC. Any opinions? +1 on the breakage. Hey, we're only at 1.0b1 ;-) The fact we didn't hear complains about this before seems to indicate these kinds of methods aren't being used much yet. Just |