commit | 8cb307728eb8e7a9712500e350cd10b1f68256c3 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Jan 20 09:34:29 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Jan 20 09:34:29 2006 +0000 |
tree | 932c66656e79a25f081f91c3269b393c25cb1ead | |
parent | a3a93ae7c82542644c558a42141651cd74bfd81f [diff] [blame] |
Bug #1402224: Add warning to dl docs about crashes.
diff --git a/Misc/NEWS b/Misc/NEWS index 1662110..4e0f733 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -727,6 +727,8 @@ Documentation ------------- +- Bug #1402224: Add warning to dl docs about crashes. + - Bug #1396471: Document that Windows' ftell() can return invalid values for text files with UNIX-style line endings.