commit | 0ea221f53b2df44b9d02aec00ff7f87424971d4e | [log] [tgz] |
---|---|---|
author | Armin Ronacher <armin.ronacher@active-4.com> | Sat Dec 31 00:47:15 2016 +0100 |
committer | Armin Ronacher <armin.ronacher@active-4.com> | Sat Dec 31 00:47:15 2016 +0100 |
tree | 83fdbf73af41d87c408dcd74f2d9c6aac0f5f5c4 | |
parent | e253520d9634247257e938b9b2c0dc37f2104d0b [diff] [blame] |
Support old-style classes for attribute lookups. Fixes #631
diff --git a/CHANGES b/CHANGES index aac02ef..e92c371 100644 --- a/CHANGES +++ b/CHANGES
@@ -13,6 +13,7 @@ - Added support for Python 3.6 async iterators through a new async mode. - Added policies for filter defaults and similar things. - urlize now sets "rel noopener" by default. +- Support attribute fallback for old-style classes in 2.x. Version 2.8.2 -------------