• 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
test_tasks.py 103 KB