#8223: tab completion broken for many parent objects
---------------------------------+------------------------------------------
   Reporter:  was                |       Owner:  nthiery   
       Type:  defect             |      Status:  new       
   Priority:  blocker            |   Milestone:  sage-4.3.3
  Component:  misc               |    Keywords:            
     Author:  Nicolas M. ThiƩry  |    Upstream:  N/A       
   Reviewer:                     |      Merged:            
Work_issues:                     |  
---------------------------------+------------------------------------------
Description changed by mvngu:

Old description:

> {{{
> sage: P.<x,y> = QQ[]
> sage: dir(P)
> BOOM!
> }}}
>
> This is caused by Nick Thiery's patch from trac #7921 which very badly
> defines a __dir__ method for parents:
> {{{
> changeset:   13746:6ad207aca83f
> user:        Nicolas M. Thiery <[email protected]>
> date:        Fri Jan 22 22:53:29 2010 +0100
> summary:     #7921: Categories for extension types via __getattr___
> }}}

New description:

 {{{
 sage: P.<x,y> = QQ[]
 sage: dir(P)
 BOOM!
 }}}

 This is caused by Nick Thiery's patch from trac #7921 which very badly
 defines a __dir__ method for parents:
 {{{
 changeset:   13746:6ad207aca83f
 user:        Nicolas M. Thiery <[email protected]>
 date:        Fri Jan 22 22:53:29 2010 +0100
 summary:     #7921: Categories for extension types via __getattr___
 }}}

 The problem was reported at this [http://groups.google.com/group/sage-
 devel/browse_frm/thread/b559a8a6abf228ed sage-devel] thread.

--

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8223#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to