On 5/25/11 4:18 PM, Jonathan M Davis wrote: > deprecated<- deprecated, no message > deprecated("msg")<- deprecated with a message > deprecated("msg", hard)<- same thing > deprecated("msg", soft)<- scheduled for deprecation with message. I think such language changes would be beneficial. Andrei