#2536: Deprecate SageObject.db and SageObject.version
-------------------------------------+-------------------------------------
       Reporter:  was                |        Owner:  cwitty
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-6.5
      Component:  misc               |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  André Apitzsch     |    Reviewers:  Karl-Dieter Crisman
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/aapitzsch/ticket/2536            |  bc78815d35c98c23f0f0b3c1bc4509f2b918c717
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------
Changes (by kcrisman):

 * status:  positive_review => needs_work


Comment:

 {{{
 Expected:
     Help on FiniteWordPath_2d_str in module sage.combinat.words.paths
 object:
     ...
     Methods inherited from FiniteWordPath_2d:
     ...
     Methods inherited from FiniteWordPath_all:
     ...
     This only works on Python classes that derive from SageObject.
 Got:
 <stuff ending with>
      |      This only works on Python classes that derive from SageObject.
      |
      |      TESTS::
      |
      |          sage: v = DiGraph().version()
      |          doctest:... DeprecationWarning: version() is deprecated.
      |          See http://trac.sagemath.org/2536 for details.

 ----------------------------------------------------------------------
 sage -t src/sage/combinat/words/paths.py  # 1 doctest failed
 }}}
 Otherwise all is well.  I guess this is my fault for asking for the
 deprecation warning after you did your long doctests, my apologies.

--
Ticket URL: <http://trac.sagemath.org/ticket/2536#comment:11>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to