# HG changeset patch # User Paul Boddie # Date 1307057584 -7200 # Node ID e2f7350fba656796e0f710f6b68e595d5de83b07 # Parent b86dea2451a2c19c7c8ac16893de4e2f884eb052 Added accessor- and constant-related notes. diff -r b86dea2451a2 -r e2f7350fba65 TO_DO.txt --- a/TO_DO.txt Fri Jun 03 01:32:30 2011 +0200 +++ b/TO_DO.txt Fri Jun 03 01:33:04 2011 +0200 @@ -33,7 +33,10 @@ Dynamic Attribute Access ======================== -Consider explicit accessor initialisation. +Consider explicit accessor initialisation: + + attr = accessor("attr") + getattr(C, attr) Attribute Usage =============== @@ -124,6 +127,8 @@ Object Coverage =============== +Incorporate constants into the coverage, eliminating unused constants. + Support __init__ traversal (and other implicit names) more effectively. Other