I think everything of this sort is fixed in develop, i.e. will be fixed in 10.0.

By the way, note that while http://trac.sagemath.org/22349 is not
there, http://trac.sagemath.org/ticket/22349 still works (well, with a
little bump).

On Wed, May 10, 2023 at 3:22 PM John Cremona <john.crem...@gmail.com> wrote:
>
> 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.

-- 
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/CAAWYfq2_pKsP7Td_8p-QY2A-VjRth_e9-v9T-i_%3Ddw8E9sriWA%40mail.gmail.com.

Reply via email to