[sage-devel] Re: Sorting vertices of a graph

2010-08-13 Thread Rob Beezer
On Jul 24, 11:54 am, Rob Beezer wrote: > I'll get a ticket started soon. Patches (resp. for vertices, edges) now at: http://trac.sagemath.org/sage_trac/ticket/9741 http://trac.sagemath.org/sage_trac/ticket/9742 Rob -- To post to this group, send an email to sage-devel@googlegroups.com To unsu

[sage-devel] Re: Sorting vertices of a graph

2010-07-24 Thread Rob Beezer
Hi Carl, Thanks for the heads-up, its been so long since I read the Python 3 changes and that one hadn't stuck. Will do. Rob On Jul 24, 1:20 pm, Carl Witty wrote: > On Sat, Jul 24, 2010 at 11:54 AM, Rob Beezer wrote: > > So it is a verb.  ;-) > > > Looks like similar comments apply to   edges

Re: [sage-devel] Re: Sorting vertices of a graph

2010-07-24 Thread Carl Witty
On Sat, Jul 24, 2010 at 11:54 AM, Rob Beezer wrote: > So it is a verb.  ;-) > > Looks like similar comments apply to   edges(). > > I'm thinking that optionally passing in a comparison function would be > a nice thing to add - a minor convenience, but also it would drive > home the point that the

[sage-devel] Re: Sorting vertices of a graph

2010-07-24 Thread Rob Beezer
So it is a verb. ;-) Looks like similar comments apply to edges(). I'm thinking that optionally passing in a comparison function would be a nice thing to add - a minor convenience, but also it would drive home the point that the sorting is somewhat the caller's responsibility in non-trivial si