[tg-tickets] Re: [TurboGears] #779: turbogears.util.DictObj improvement

2006-04-26 Thread TurboGears
#779: turbogears.util.DictObj improvement
--+-
 Reporter:  [EMAIL PROTECTED]  |Owner:  anonymous
 Type:  enhancement   |   Status:  new  
 Priority:  normal|Milestone:  0.9a5
Component:  TurboGears|  Version:  0.9a4
 Severity:  normal|   Resolution:   
 Keywords:|  
--+-
Comment (by alberto):

 Apologies accepted. Now please accept mine, I've still got some adrenalin
 left from the hair in the ML... sorry ;)

 Alberto

 P.S. Took a look at the ASPN Bunch page but couldn't find a link to Alex's
 solution, any link? (or is it only in the printed version?)

-- 
Ticket URL: http://trac.turbogears.org/turbogears/ticket/779
TurboGears http://www.turbogears.org/
TurboGears front-to-back web development
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Tickets group.
To post to this group, send email to turbogears-tickets@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~--~~~~--~~--~--~---



[tg-tickets] Re: [TurboGears] #779: turbogears.util.DictObj improvement

2006-04-26 Thread TurboGears
#779: turbogears.util.DictObj improvement
--+-
 Reporter:  [EMAIL PROTECTED]  |Owner:  anonymous
 Type:  enhancement   |   Status:  new  
 Priority:  normal|Milestone:  0.9a5
Component:  TurboGears|  Version:  0.9a4
 Severity:  normal|   Resolution:   
 Keywords:|  
--+-
Comment (by alberto):

 Ok, soon committing it then...
 Alberto

-- 
Ticket URL: http://trac.turbogears.org/turbogears/ticket/779
TurboGears http://www.turbogears.org/
TurboGears front-to-back web development
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Tickets group.
To post to this group, send email to turbogears-tickets@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~--~~~~--~~--~--~---



[tg-tickets] Re: [TurboGears] #779: turbogears.util.DictObj improvement

2006-04-25 Thread TurboGears
#779: turbogears.util.DictObj improvement
--+-
 Reporter:  [EMAIL PROTECTED]  |Owner:  anonymous
 Type:  enhancement   |   Status:  new  
 Priority:  normal|Milestone:  0.9a5
Component:  TurboGears|  Version:  0.9a4
 Severity:  normal|   Resolution:   
 Keywords:|  
--+-
Comment (by alberto):

 Actually same goes for {{{__delattr__}}}. Better patch that keeps aliases
 for DictObj and DictWarpper. should they be deprecated?

-- 
Ticket URL: http://trac.turbogears.org/turbogears/ticket/779
TurboGears http://www.turbogears.org/
TurboGears front-to-back web development
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Tickets group.
To post to this group, send email to turbogears-tickets@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~--~~~~--~~--~--~---



[tg-tickets] Re: [TurboGears] #779: turbogears.util.DictObj improvement

2006-04-25 Thread TurboGears
#779: turbogears.util.DictObj improvement
--+-
 Reporter:  [EMAIL PROTECTED]  |Owner:  anonymous
 Type:  enhancement   |   Status:  new  
 Priority:  normal|Milestone:  0.9a5
Component:  TurboGears|  Version:  0.9a4
 Severity:  normal|   Resolution:   
 Keywords:|  
--+-
Comment (by michele):

 Over at the ASPN cookbook page for Bunch there are some discussion about
 other solution and memory leaks, better take a look here probably...

 I don't have Python CookBook 2ed but IIRC there is an improved solution by
 Alex there also.

 Anyway need to sleep now!

-- 
Ticket URL: http://trac.turbogears.org/turbogears/ticket/779
TurboGears http://www.turbogears.org/
TurboGears front-to-back web development
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Tickets group.
To post to this group, send email to turbogears-tickets@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~--~~~~--~~--~--~---



[tg-tickets] Re: [TurboGears] #779: turbogears.util.DictObj improvement

2006-04-25 Thread TurboGears
#779: turbogears.util.DictObj improvement
--+-
 Reporter:  [EMAIL PROTECTED]  |Owner:  anonymous
 Type:  enhancement   |   Status:  new  
 Priority:  normal|Milestone:  0.9a5
Component:  TurboGears|  Version:  0.9a4
 Severity:  normal|   Resolution:   
 Keywords:|  
--+-
Comment (by alberto):

 Sorry but I cannot see how on earth mapping {{{__*attr__}}} to
 {{{__*item}}}, can leak any memory :/ No circular references that I can
 see there...

 good night ;)
 Alberto

-- 
Ticket URL: http://trac.turbogears.org/turbogears/ticket/779
TurboGears http://www.turbogears.org/
TurboGears front-to-back web development
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Tickets group.
To post to this group, send email to turbogears-tickets@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~--~~~~--~~--~--~---



[tg-tickets] Re: [TurboGears] #779: turbogears.util.DictObj improvement

2006-04-23 Thread TurboGears
#779: turbogears.util.DictObj improvement
--+-
 Reporter:  [EMAIL PROTECTED]  |Owner:  anonymous
 Type:  enhancement   |   Status:  new  
 Priority:  normal|Milestone:  0.9a5
Component:  TurboGears|  Version:  0.9a4
 Severity:  normal|   Resolution:   
 Keywords:|  
--+-
Comment (by godoy):

 From discussions in the trunk mailing list I believe that this will be
 removed and Bunch will be the class that will be left.  If somebody can
 confirm and close this bug as 'wontfix'/'invalid', I'd appreciate.

-- 
Ticket URL: http://trac.turbogears.org/turbogears/ticket/779
TurboGears http://www.turbogears.org/
TurboGears front-to-back web development
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
TurboGears Tickets group.
To post to this group, send email to turbogears-tickets@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears-tickets
-~--~~~~--~~--~--~---