summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-11-12 18:24:26 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-11-12 18:24:26 (GMT)
commit056dac1bcfb9aa09e156cb79b111d73ac9a44ec1 (patch)
tree0a2862f0f113fd95ec2d326ea2f0829126a8edd2 /Doc
parent065f0c8a06e20c0b4f8c500c237cbafa7af7bd18 (diff)
downloadcpython-056dac1bcfb9aa09e156cb79b111d73ac9a44ec1.zip
cpython-056dac1bcfb9aa09e156cb79b111d73ac9a44ec1.tar.gz
cpython-056dac1bcfb9aa09e156cb79b111d73ac9a44ec1.tar.bz2
Bug #1067760: Deprecate passing floats to file.seek.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libstdtypes.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libstdtypes.tex b/Doc/lib/libstdtypes.tex
index a9fb19b..ae3e492 100644
--- a/Doc/lib/libstdtypes.tex
+++ b/Doc/lib/libstdtypes.tex
@@ -1689,6 +1689,7 @@ flush the read-ahead buffer.
behavior.
Note that not all file objects are seekable.
+ \versionchanged{Passing float values as offset has been deprecated}[2.6]
\end{methoddesc}
\begin{methoddesc}[file]{tell}{}