Re: Query re: documentation for v. 5.2
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Query re: documentation for v. 5.2
 
- From: Roberto Ierusalimschy <roberto@...>
 
- Date: 2011年12月22日 15:01:45 -0200
 
> As things stand, there is no indication in the documentation that
> these features have ever been removed, only they have have been
> deprecated. Under a common understanding of *deprecate*, "[f]eatures
> are deprecated—rather than immediately removed—in order to provide
> backward compatibility, and give programmers who have used the feature
> time to bring their code into compliance with the new standard." [3].
Everything deprecated in a version of Lua is removed in the next
version. We may add a line about this in the manual.
-- Roberto