In a jupyter notebook cell running Sage 9.8 I see the following:

/tmp/ipykernel_2055107/2497908513.py:2: DeprecationWarning: parameter
'sort' will be set to False by default in the future
See http://trac.sagemath.org/22349 for details.
  P.vertices(), P.edges()
/tmp/ipykernel_2055107/2497908513.py:2: DeprecationWarning: parameter
'sort' will be set to False by default in the future
See https://trac.sagemath.org/27408 for details.
  P.vertices(), P.edges()

where P has type <class 'sage.graphs.graph.Graph'>.  Two issues:

(1) I thought that deprecation warnings were only supposed to be displayed
once?  I know that I am using two different methods (vertices and edges)
but even if I re-evaluate "P.vertices(), P.edges()' I get the two warnings.

(2) There's a link to a nonexistent page http://trac.sagemath.org/22349.
 Perhaps Sage 10 will do the right thing here, but this would be
off-putting to a nonexpert user.

John

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/CAD0p0K5Pu7Ae0cS2uYvudnx-fJVWfd%2B0OH8KzC3eRj3TLumceA%40mail.gmail.com.

Reply via email to