Issue850

classification
Title Make functions for making APIs obsolete or compatible consistent with each other
Type feature Module core code 21.5
Severity inelegant Platform N/A
Keywords Nosy List stephen
explanation
process
These controls should only be changed by committers and tracker administrators.
Status new   Reason
Superseder  
Priority normal   Assigned To

Created on 2013-02-16.13:23:29 by stephen, last changed 2013-02-16.13:23:29 by stephen.

Messages
msg2473 [hidden] ([hidden]) Date: 2013-02-16.13:23:27
make-obsolete, make-compatible, make-obsolete-variable, and
make-compatible-variable accept both WHEN (explicitly) and DOCSTRING
(when NEWFUN or NEWVAR is a string), while defvaralias accepts DOCSTRING
but defalias does not.
History
Date User Action Args
2013-02-16 13:23:29stephencreate