diff options
author | adam <adam@pkgsrc.org> | 2005-05-17 13:30:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-05-17 13:30:09 +0000 |
commit | e6868b28f96a24b6377bb0904cadecb5f1b00f75 (patch) | |
tree | 91cfac0acb83ec6f10418c356d578be09f82ebf8 /www/py-curl/PLIST | |
parent | ea5b1c1c5c8460a3b2cc7a824d9b18ec9e4035fd (diff) | |
download | pkgsrc-e6868b28f96a24b6377bb0904cadecb5f1b00f75.tar.gz |
Changes 7.13.2:
* Unbreak tests/test_gtk.py and require pygtk >= 2.0.
* Cleaned up several of the examples.
* WARNING: multi.select() now requires the previously optional
timeout parameter. Updated the tests and examples to reflect
this change. If the timeout is not set, select could block
infinitely and cause problems for the internal timeout handling
in the multi stack.
Diffstat (limited to 'www/py-curl/PLIST')
-rw-r--r-- | www/py-curl/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-curl/PLIST b/www/py-curl/PLIST index 7fc69ad00a5..ed281a4fcfa 100644 --- a/www/py-curl/PLIST +++ b/www/py-curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/08/21 11:31:41 recht Exp $ +@comment $NetBSD: PLIST,v 1.6 2005/05/17 13:30:09 adam Exp $ ${PYSITELIB}/curl/__init__.py ${PYSITELIB}/curl/__init__.pyc ${PYSITELIB}/curl/__init__.pyo @@ -9,6 +9,7 @@ share/doc/pycurl${PYVERSSUFFIX}/INSTALL share/doc/pycurl${PYVERSSUFFIX}/README share/doc/pycurl${PYVERSSUFFIX}/TODO share/doc/pycurl${PYVERSSUFFIX}/examples/basicfirst.py +share/doc/pycurl${PYVERSSUFFIX}/examples/file_upload.py share/doc/pycurl${PYVERSSUFFIX}/examples/linksys.py share/doc/pycurl${PYVERSSUFFIX}/examples/retriever-multi.py share/doc/pycurl${PYVERSSUFFIX}/examples/retriever.py |