• João Júnior's avatar
    bpo-34728: Remove deprecate *loop* argument in asyncio.sleep (GH-9415) · 558c49bc
    João Júnior yazdı
    * Insert the warn in the asyncio.sleep when the loop argument is used
    
    * Insert the warn in the asyncio.wait and asyncio.wait_for when the loop argument is used
    
    * Better format of the code
    
    * Add news file
    
    * change calls for get_event_loop() to calls for get_running_loop()
    
    * Change message to be more clear in News
    
    * Improve the comments in test_tasks
    558c49bc
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
base_events.py Loading commit data...
base_futures.py Loading commit data...
base_subprocess.py Loading commit data...
base_tasks.py Loading commit data...
constants.py Loading commit data...
coroutines.py Loading commit data...
events.py Loading commit data...
exceptions.py Loading commit data...
format_helpers.py Loading commit data...
futures.py Loading commit data...
locks.py Loading commit data...
log.py Loading commit data...
proactor_events.py Loading commit data...
protocols.py Loading commit data...
queues.py Loading commit data...
runners.py Loading commit data...
selector_events.py Loading commit data...
sslproto.py Loading commit data...
streams.py Loading commit data...
subprocess.py Loading commit data...
tasks.py Loading commit data...
transports.py Loading commit data...
unix_events.py Loading commit data...
windows_events.py Loading commit data...
windows_utils.py Loading commit data...