pl.comp.lang.python
  Home FAQ Contact Sign in
pl.comp.lang.python only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
pl.comp.lang.python Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  ANN: Python FTP Server library (pyftpdlib) 0.4.0 released         


Author: Giampaolo Rodola'
Date: May 20, 2008 10:01

Hi,
I'm pleased to announce release 0.4.0 of Python FTP Server library
(pyftpdlib).
http://code.google.com/p/pyftpdlib/

=== About ===

Python FTP server library provides an high-level portable interface to
easily write asynchronous FTP servers with Python. Based on asyncore
framework pyftpdlib is currently the most complete RFC-959 FTP server
implementation available for Python programming language.

=== Major changes ===

This new version, aside from fixing some bugs, includes two new
features:

- IPv6 support (as described in RFC-2428).
- The possibility to assume the id of real users when using system
dependent authorizers.

A complete list of changes including enhancements, bug fixes and
instructions for using the new functionalities is available here:
http://code.google.com/p/pyftpdlib/wiki/ReleaseNotes04

=== More links: ===
Show full article (1.26Kb)
no comments
  dziedziczenie         


Author: Jacek Pop³awski
Date: May 20, 2008 06:52

Jak w Pythonie wywołać metodę z klasy, z której dziedziczymy? Oczywiście
metodę tę przeciążyliśmy. W C++ robi się to Klasa::Metoda a w Pythonie?
13 Comments