cURL / Mailing Lists / curl-library / Single Mail

curl-library

ann: pycurl-7.9.8

From: Kjetil Jacobsen <kjetilja_at_cs.uit.no>
Date: 24 Jun 2002 14:52:14 +0200

hello,

a new version of pycurl has been released. pycurl is a python wrapper
module for the curl library.

changes since the last version:

        * Resolved some build problems on Windows (by Markus Oberhumer).

        * Made some changes to setup.py which should fix the build
        problems on RedHat 7.3 (suggested by Benji <benji_at_kioza.net>).

        * Disallow recursive callback invocations (by Markus Oberhumer).

        * Added CURLOPT_CAPATH.

        * Added option constants for CURLOPT_NETRC: CURL_NETRC_OPTIONAL,
        CURL_NETRC_IGNORED and CURL_NETRC_REQUIRED.

        * Added option constants for CURLOPT_TIMECONDITION:
        TIMECOND_IFMODSINCE and TIMECOND_IFUNMODSINCE.
        
        * Use CURLOPT_READDATA instead of CURLOPT_INFILE, and
        CURLOPT_WRITEDATA instead of CURLOPT_FILE. Also fixed some
        reference counting bugs with file objects.
        
        * CURLOPT_FILETIME and CURLINFO_FILETIME had a namespace clash
        which caused them not to work. Use OPT_FILETIME for setopt()
        and INFO_FILETIME for getinfo(). See example usage in
        'test_getinfo.py' for details.

        * Added an simple document retriever, which downloads
        documents listed in a file with a configurable number of
        worker threads. See the file 'crawler.py' in the 'tests'
        directory for details.

pycurl can be downloaded @ http://pycurl.sf.net/ and the current
version is 7.9.8.

regards,

        - kjetil

-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
Received on 2002-06-24