├── .github └── ISSUE_TEMPLATE.md └── README /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | This repository is closed. 2 | 3 | Please submit feature requests and bug reports 4 | to http://bugs.python.org. 5 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | This repository is closed. Please submit feature requests 2 | and bug reports to http://bugs.python.org. Pull requests 3 | should be made to http://github.com/python/cpython. 4 | 5 | Old master branch is still available here: 6 | https://github.com/python/asyncio/tree/master. 7 | --------------------------------------------------------------------------------