This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test for FTP cwd function
Type: Stage:
Components: Tests Versions: Python 3.3, Python 3.4, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: orsenthil Nosy List: brett.cannon, mjehanzeb, orsenthil
Priority: normal Keywords: patch

Created on 2013-08-12 21:43 by mjehanzeb, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue18721.patch mjehanzeb, 2013-08-12 22:09 test addition for cwd function
Messages (2)
msg195023 - (view) Author: Muhammad Jehanzeb (mjehanzeb) * Date: 2013-08-12 21:43
Test coverage for cwd function of ftplib directory.
msg195044 - (view) Author: Senthil Kumaran (orsenthil) * (Python committer) Date: 2013-08-13 05:27
Fixed in
6816ae6c49ce (2.7)
68b599740aa0 (3.3)
f8942b8e6774 (tip)
History
Date User Action Args
2022-04-11 14:57:49adminsetgithub: 62921
2013-08-13 05:27:42orsenthilsetstatus: open -> closed

assignee: orsenthil
versions: + Python 2.7, Python 3.4
nosy: + orsenthil

messages: + msg195044
resolution: fixed
2013-08-12 22:10:26mjehanzebsetnosy: + brett.cannon
2013-08-12 22:09:53mjehanzebsetfiles: + issue18721.patch
keywords: + patch
2013-08-12 21:43:36mjehanzebcreate