#18180: Remove a few unused modules
-------------------------------------+-------------------------------------
       Reporter:  mmezzarobba        |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  minor              |    Milestone:  sage-6.6
      Component:  misc               |   Resolution:
       Keywords:                     |    Merged in:
        Authors:  Marc Mezzarobba,   |    Reviewers:  Nathann Cohen
  Jeroen Demeyer                     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  10cd2f4a0a2044ae7159b374d54e206495a933d6
  u/jdemeyer/18180-cleanup           |     Stopgaps:
   Dependencies:  #18170             |
-------------------------------------+-------------------------------------
Changes (by mmezzarobba):

 * status:  needs_review => needs_work


Comment:

 {{{
 $ ./sage -t src/sage/combinat/species/stream.py
 Running doctests with ID 2015-05-24-12-23-57-1ed2a4c9.
 Git branch: HEAD
 Doctesting 1 file.
 sage -t --warn-long 23.1 src/sage/combinat/species/stream.py
 **********************************************************************
 File "src/sage/combinat/species/stream.py", line 146, in
 sage.combinat.species.stream.Stream_class.__init__
 Failed example:
     list(sorted(s.__dict__.iteritems()))
 Expected:
     [('_constant', None),
      ('_gen', <generator object iterator at 0x...>),
      ('_last_index', -1),
      ('_list', []),
      ('end_reached', False)]
 Got:
     [('_constant', None),
      ('_gen', <generator object at 0x7f767b09c6b0>),
      ('_last_index', -1),
      ('_list', []),
      ('end_reached', False)]
 **********************************************************************
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18180#comment:28>
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