On Mar 12, 2:24 am, William Stein <[email protected]> wrote:

> > L=[]
> > path="/usr/local/sage/default/tmp/pickle_jar-3.4"
> > for n in os.listdir(path):
> >  if n.endswith(".sobj"):
> >    L.append(load(path+"/"+n))
> > L.sort()
>
> > This fails on a:
> > AttributeError: 'TranspositionCryptosystem' object has no attribute
> > '_ring'
> > (triggered by a __cmp__ somewhere)
>
> That's definitely a bug.  Please post it to trac.   Thanks!

A more general version of this is now
http://trac.sagemath.org/sage_trac/ticket/5503
--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to