commit | 57a8689b55ee3a26f53b4b743901b3a55b57b46c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Jan 25 21:43:29 2011 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Jan 25 21:43:29 2011 +0000 |
tree | 9a6f76c1a36b8a510baa7b9ca4f0cf58cd326d47 | |
parent | 51581de168f1c931b144fb8c61cdfbaf2c53734f [diff] [blame] |
Issue 11004: Fix edge case for deque.count().
diff --git a/Misc/NEWS b/Misc/NEWS index 42ce636..f244c23 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -19,6 +19,8 @@ non-Python managed memory while it is being modified by another thread. Patch by Matt Bandy. +- Issue #11004: Repaired edge case in deque.count(). + - Issue #8278: On Windows and with a NTFS filesystem, os.stat() and os.utime() can now handle dates after 2038.