commit | 7963a35b417dfde5d97c52c05b73af738c827ca6 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon May 23 16:11:05 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Mon May 23 16:11:05 2011 -0500 |
tree | 9b2d29889b2f44a65e518fb56e8291059e0363ce | |
parent | 2cca0572848817791537efc9ee5df66d4ceb2d42 [diff] [blame] |
correctly lookup __dir__
diff --git a/Misc/NEWS b/Misc/NEWS index 9ae7979..37bbbc1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,6 +10,9 @@ Core and Builtins ----------------- +- Correct lookup of __dir__ on objects. Among other things, this causes errors + besides AttributeError found on lookup to be propagated. + - Issue #12060: Use sig_atomic_t type and volatile keyword in the signal module. Patch written by Charles-François Natali.