Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'skip:` 10': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; 'versions.': 0.07; 'high-level': 0.09; 'implements': 0.09; 'os.path': 0.09; 'shutil': 0.09; 'api': 0.11; 'python': 0.11; 'url:download': 0.12; 'language.': 0.14; 'changes': 0.15; '-------': 0.16; 'bsd': 0.16; 'conditional': 0.16; 'file-like': 0.16; 'modules.': 0.16; 'renamed': 0.16; 'semantics': 0.16; 'url:licenses': 0.16; 'files.': 0.16; ':-)': 0.16; 'code.': 0.18; 'library': 0.18; "python's": 0.19; 'stefan': 0.19; 'subject:] ': 0.20; 'programming': 0.22; 'import': 0.22; 'handles': 0.22; 'header :User-Agent:1': 0.23; '2.x': 0.24; 'adds': 0.24; 'earlier': 0.24; 'source': 0.25; '(see': 0.26; 'least': 0.26; 'header:In-Reply- To:1': 0.27; 'function': 0.29; '(this': 0.29; 'software,': 0.31; 'url:wiki': 0.31; 'convenience': 0.31; 'os,': 0.31; 'file': 0.32; 'open': 0.33; 'objects': 0.35; 'version': 0.36; 'accessing': 0.36; 'module.': 0.36; 'similar': 0.36; 'url:org': 0.36; 'virtual': 0.37; 'skip:- 20': 0.37; 'remote': 0.38; 'to:addr:python-list': 0.38; 'skip:- 10': 0.38; 'subject:[': 0.39; 'to:addr:python.org': 0.39; 'read': 0.60; 'received:217': 0.63; 'information': 0.63; 'more': 0.64; 'different': 0.65; 'license': 0.66; 'note:': 0.66; 'url:0': 0.67; 'received:212.227.17': 0.68; '2.8': 0.84; 'url:trac': 0.84 Date: Sun, 29 Sep 2013 20:00:36 +0200 From: Stefan Schwarzer User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.23) Gecko/20090817 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666 MIME-Version: 1.0 To: python-list@python.org Subject: [ANN] ftputil 3.0a1 released References: <524867A4.6090902@sschwarzer.net> In-Reply-To: <524867A4.6090902@sschwarzer.net> X-Forwarded-Message-Id: <524867A4.6090902@sschwarzer.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:v3rEkxNsm91h6/FR8pWqro93BmkWC4yxNsFfmo4glYa /M98F8GZvwoUseAEvidNMR4zSFTMtmqRwt1NvC8vmrxm5qXBEl bqAcp3YJTW8uU6/HIX8Crob7uYMiOicx8wjUTq56NIiSlX/n1W NlsZD04jvolQpWD9N2MM3pHh/FKx5Ru08ycixo/KcdYFUZlV1U NHKtE/9hfFpHwDCCR3dKWpYzKMfCYSF47IEtN1np2QAVjgqLeg qu9x0HuPyCAXoIfVqiohESi67f2WahDJ55u5AZX6f6Et/B0M1I 8iPTJlOwBSGAZbZhqED9RRNW+lbUwwJ3HhjaUwT0LWG6oFeJUw syl+LEavxdZQhu7MEpHXQ+il3sN50VBbUvtYPn1Aq X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 50 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1380477650 news.xs4all.nl 15942 [2001:888:2000:d::a6]:44281 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:55031 ftputil 3.0a1 is now available from http://ftputil.sschwarzer.net/download . Changes since version 2.8 ------------------------- Note: This version of ftputil is _not_ backward-compatible with earlier versions.See the links below for information on adapting existing client code. - This version adds Python 3 compatibility! :-) The same source is used for Python 2.x and Python 3.x. I had to change the API to find a good compromise for both Python versions. - ftputil now requires at least Python 2.6. - Remote file-like objects use the same semantics as Python's `io` module. (This is the same as for the built-in `open` function in Python 3.) - `ftputil.ftp_error` was renamed to `ftputil.error`. - For custom parsers, import `ftputil.parser` instead of `ftputil.stat`. For more information please read http://ftputil.sschwarzer.net/trac/wiki/WhatsNewInFtputil3.0 http://ftputil.sschwarzer.net/trac/wiki/PreReleaseDocumentation What is ftputil? ---------------- ftputil is a high-level FTP client library for the Python programming language. ftputil implements a virtual file system for accessing FTP servers, that is, it can generate file-like objects for remote files. The library supports many functions similar to those in the os, os.path and shutil modules. ftputil has convenience functions for conditional uploads and downloads, and handles FTP clients and servers in different timezones. License ------- ftputil is Open Source software, released under the revised BSD license (see http://opensource.org/licenses/BSD-3-Clause ). Stefan