[Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#19118)

benjamin.peterson python-checkins at python.org
Sun Sep 29 16:58:45 CEST 2013


http://hg.python.org/cpython/rev/c27f036e7b48
changeset:   85838:c27f036e7b48
parent:      85836:d87ef944ddcc
parent:      85837:9b3088bc24f1
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Sep 29 10:51:08 2013 -0400
summary:
  merge 3.3 (#19118)

files:
  Lib/test/test_ftplib.py |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Lib/test/test_ftplib.py b/Lib/test/test_ftplib.py
--- a/Lib/test/test_ftplib.py
+++ b/Lib/test/test_ftplib.py
@@ -534,10 +534,6 @@
         dir = self.client.cwd('/foo')
         self.assertEqual(dir, '250 cwd ok')
 
-    def test_mkd(self):
-        dir = self.client.mkd('/foo')
-        self.assertEqual(dir, '/foo')
-
     def test_pwd(self):
         dir = self.client.pwd()
         self.assertEqual(dir, 'pwd ok')

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list