[sage-support] Does anyone know what this means?

2021-07-27 Thread John Cremona
At the end of a run of some code I have run before, without seeing this:

/usr/local/sage/sage-9.3/local/lib/python3.9/site-packages/prompt_toolkit/renderer.py:514:
DeprecationWarning: The explicit passing of coroutine objec
ts to asyncio.wait() is deprecated since Python 3.8, and scheduled for
removal in Python 3.11.
  await wait(coroutines, return_when=FIRST_COMPLETED)

This is sage-9.3 on ubuntu.  I assume that I can ignore it.

John

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


[sage-support] Re: Does anyone know what this means?

2021-07-27 Thread David Lowry-Duda
This comes from python-prompt-toolkit. See here: 
https://github.com/prompt-toolkit/python-prompt-toolkit/pull/1291

This was fixed in python-prompt-toolkit in December, I think in version 
3.0.9. Sage is currently using 3.0.5. When we update to use a more recent 
version of python-prompt-toolkit, I think this should go away.

- DLD

On Tuesday, July 27, 2021 at 10:15:06 AM UTC-4 John Cremona wrote:

> At the end of a run of some code I have run before, without seeing this: 
>
> /usr/local/sage/sage-9.3/local/lib/python3.9/site-packages/prompt_toolkit/renderer.py:514:
>  
>
> DeprecationWarning: The explicit passing of coroutine objec 
> ts to asyncio.wait() is deprecated since Python 3.8, and scheduled for 
> removal in Python 3.11. 
> await wait(coroutines, return_when=FIRST_COMPLETED) 
>
> This is sage-9.3 on ubuntu. I assume that I can ignore it. 
>
> John 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/06e8230c-bbd6-406b-b6a8-4c57d9c1f039n%40googlegroups.com.