summaryrefslogtreecommitdiff
path: root/examples/recursive_crawler.py
Commit message (Expand)AuthorAgeFilesLines
* use py3 urllib import in doc and examplesSergey Shepelev2020-12-131-2/+2
* Drop support for Python2.6 and python-epoll packageSergey Shepelev2018-05-191-2/+0
* PEP-8 fixesSergey Shepelev2014-08-271-3/+4
* python3 compat: print() function syntaxSergey Shepelev2013-12-031-3/+3
* Added cleaner recursive web crawler example.Ryan Williams2010-06-211-0/+49