projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
777f2e0
)
Issue #7425 and Issue #7367: add NEWS items.
author
Ned Deily
<nad@acm.org>
Thu, 6 Oct 2011 21:29:49 +0000
(14:29 -0700)
committer
Ned Deily
<nad@acm.org>
Thu, 6 Oct 2011 21:29:49 +0000
(14:29 -0700)
Misc/NEWS
patch
|
blob
|
history
diff --git
a/Misc/NEWS
b/Misc/NEWS
index d89ef68e70f80486bef4aa194e85c390915bf036..a69d5794837df2684c8bc0ab7b056ed55565c607 100644
(file)
--- a/
Misc/NEWS
+++ b/
Misc/NEWS
@@
-50,6
+50,12
@@
Core and Builtins
Library
-------
+- Issue #7367: Fix pkgutil.walk_paths to skip directories whose
+ contents cannot be read.
+
+- Issue #7425: Prevent pydoc -k failures due to module import errors.
+ (Backport to 2.7 of existing 3.x fix)
+
- Issue #13099: Fix sqlite3.Cursor.lastrowid under a Turkish locale.
Reported and diagnosed by Thomas Kluyver.