commit | a3a93ae7c82542644c558a42141651cd74bfd81f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jan 20 09:14:36 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jan 20 09:14:36 2006 +0000 |
tree | 6fdbe23d75ef1602895326a36bda3c5a0b106cb1 | |
parent | b709c2caba3c781d0f4602f28227993e565f0a87 [diff] [blame] |
Bug #1396471: Document that Windows' ftell() can return invalid values for text files with UNIX-style line endings.
diff --git a/Misc/NEWS b/Misc/NEWS index 62d9c8b..1662110 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -727,6 +727,9 @@ Documentation ------------- +- Bug #1396471: Document that Windows' ftell() can return invalid + values for text files with UNIX-style line endings. + - Bug #1274828: Document os.path.splitunc(). - Bug #1190204: Clarify which directories are searched by site.py.