summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2009-06-18 03:49:40 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2009-06-18 03:49:40 +0000
commit68f0ffa06e271fb37b3181a99665046e2e577838 (patch)
tree64d719393f5e1b59a96c93077c978c86b1eeb9ea /CHANGES
parent870c3c5705b5514f9196d7b71ec612c57f7cec3d (diff)
downloadm2crypto-68f0ffa06e271fb37b3181a99665046e2e577838.tar.gz
Bug 12840, ftpslib now works with Python 2.6, patch by Theodore A. Roth.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@683 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index eeca40a..960756c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,7 @@
- SSLServer.__init__ now takes optional bind_and_activate parameter and
initializes by calling SocketServer.BaseServer.__init__, which
are Python 2.6 compatibility fixes, by Christian
+- ftpslib now works with Python 2.6, by Theodore A. Roth
- Reverted a change done in 0.17 to m2urllib2 which changed urls to include
host when it should stay as it was
- SMIME.text_crlf and text_crlf_bio were always raising TypeError; fixed