diff options
author | Michael W. Hudson <mwh@python.net> | 2004-06-03 13:36:42 (GMT) |
---|---|---|
committer | Michael W. Hudson <mwh@python.net> | 2004-06-03 13:36:42 (GMT) |
commit | 3151e1850588ea31ac7e44c433e6c90416984e8a (patch) | |
tree | dbb2409ab7fde4b07f5d751596a203231e8d3652 /Doc | |
parent | 8d562e6b4f80c248e7eee319f02161d4d2b69b4f (diff) | |
download | cpython-3151e1850588ea31ac7e44c433e6c90416984e8a.zip cpython-3151e1850588ea31ac7e44c433e6c90416984e8a.tar.gz cpython-3151e1850588ea31ac7e44c433e6c90416984e8a.tar.bz2 |
Small clarification.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 2ae66ba..2ea4018 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -669,7 +669,8 @@ changes to your code: system ID in the wrong order. This has been corrected; applications relying on the wrong order need to be fixed. -\item \function{fcntl.ioctl} now warns if the mutate arg is omitted. +\item \function{fcntl.ioctl} now warns if the mutate arg is omitted + and relavent. \end{itemize} |