[issue13563] Make use of with statement in ftplib

2011-12-10 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: That's why I nosyed you. Thanks. ;) -- assignee: -> giampaolo.rodola components: +Library (Lib) keywords: +easy -patch resolution: -> fixed status: open -> closed ___ Python tracker

[issue13563] Make use of with statement in ftplib

2011-12-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 6cd736239b8a by Giampaolo Rodola' in branch 'default': fix #13563: make use of with statement in ftplib.py where needed http://hg.python.org/cpython/rev/6cd736239b8a -- nosy: +python-dev ___ Python track

[issue13563] Make use of with statement in ftplib

2011-12-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: The first hunk of the patch doesn't look right: ntransfercmd() is supposed to return the connection but the "with" statement closes it. -- ___ Python tracker

[issue13563] Make use of with statement in ftplib

2011-12-08 Thread Giampaolo Rodola'
New submission from Giampaolo Rodola' : Patch in attachment. -- files: ftplib.patch keywords: patch messages: 149074 nosy: giampaolo.rodola, pitrou priority: normal severity: normal status: open title: Make use of with statement in ftplib versions: Python 3.3 Added file: http://bugs.pyth