From 942ef514462522c0ea250fbc402e5ae67fbeaf5e Mon Sep 17 00:00:00 2001 From: Sylvain Th?nault Date: Fri, 11 Jan 2013 12:07:10 +0100 Subject: [registry]?deprecate usage of leading underscore to mark class as abstract / not to register --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d642350..ac74ea0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ ChangeLog for logilab.common * registry: - introduce objid and objname methods on Registry instead of classid function and inlined code (closes #98742) + - deprecate usage of leading underscore to skip object registration, using + __abstract__ explicitly is better and notion of registered object 'name' + is now somewhat fuzzy * loggin_ext: on windows, use colorama to display colored logs, if available (closes #107436) -- cgit v1.2.1