• Victor Stinner's avatar
    Merge 3.4 · 4532c43e
    Victor Stinner yazdı
    asyncio: sync with Tulip
    
    - Tulip issue 185: Add a create_task() method to event loops. The create_task()
      method can be overriden in custom event loop to implement their own task
      class. For example, greenio and Pulsar projects use their own task class. The
      create_task() method is now preferred over creating directly task using the
      Task class.
    - tests: fix a warning
    - fix typo in the name of a test function
    - Update AbstractEventLoop: add new event loop methods; update also the unit test
    
    Update asyncio documentation
    
    - Document the new create_task() method
    - "Hide" the Task class: point to the create_task() method for interoperability
    - Rewrite the documentation of the Task class
    - Document the "Pending task destroyed"
    - Update output in debug mode of examples in the dev section
    - Replace Task() with create_task() in examples
    4532c43e
Adı
Son kayıt (commit)
Son güncelleme
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.gitignore Loading commit data...
.hgeol Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
.hgtouch Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
config.guess Loading commit data...
config.sub Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...