diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-11-12 18:24:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-11-12 18:24:26 (GMT) |
commit | 056dac1bcfb9aa09e156cb79b111d73ac9a44ec1 (patch) | |
tree | 0a2862f0f113fd95ec2d326ea2f0829126a8edd2 /Doc | |
parent | 065f0c8a06e20c0b4f8c500c237cbafa7af7bd18 (diff) | |
download | cpython-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.tex | 1 |
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}{} |