summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-20 09:14:36 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-20 09:14:36 (GMT)
commita3a93ae7c82542644c558a42141651cd74bfd81f (patch)
tree6fdbe23d75ef1602895326a36bda3c5a0b106cb1 /Misc
parentb709c2caba3c781d0f4602f28227993e565f0a87 (diff)
downloadcpython-a3a93ae7c82542644c558a42141651cd74bfd81f.zip
cpython-a3a93ae7c82542644c558a42141651cd74bfd81f.tar.gz
cpython-a3a93ae7c82542644c558a42141651cd74bfd81f.tar.bz2
Bug #1396471: Document that Windows' ftell() can return invalid
values for text files with UNIX-style line endings.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 62d9c8b..1662110 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -727,6 +727,9 @@ Tests
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.