| commit | bfebb7b54a50f01104f7b6169de77f7fc8feb912 | [log] [tgz] |
|---|---|---|
| author | Benjamin Peterson <benjamin@python.org> | Thu Dec 15 15:34:02 2011 -0500 |
| committer | Benjamin Peterson <benjamin@python.org> | Thu Dec 15 15:34:02 2011 -0500 |
| tree | ef88caf96404fbb445d25a695eaa8e51bc750566 | |
| parent | a8ff01ca7422117dcd906ee2ea55c5293eeceb24 [diff] [blame] |
improve abstract property support (closes #11610) Thanks to Darren Dale for patch.
diff --git a/Misc/NEWS b/Misc/NEWS index cd9b061..ddf15a0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -416,6 +416,8 @@ Library ------- +- Issue #11610: Introduce a more general way to declare abstract properties. + - Issue #13591: A bug in importlib has been fixed that caused import_module to load a module twice.