[issue18727] test for writing dictionary rows to CSV

2013-08-18 Thread Muhammad Jehanzeb
Muhammad Jehanzeb added the comment: Sure. Thanks for the comment. I was just trying to be consistent with other tests. However, I updated the patch based on your recommendation. Please have a look at the latest one. -- Added file: http://bugs.python.org/file31365/issue18727_v3.patch

[issue18727] test for writing dictionary rows to CSV

2013-08-14 Thread Muhammad Jehanzeb
Muhammad Jehanzeb added the comment: Thanks Antoine, Attached is the updated version of patch using StringIO -- Added file: http://bugs.python.org/file31293/issue18727_v2.patch ___ Python tracker <http://bugs.python.org/issue18

[issue18727] test for writing dictionary rows to CSV

2013-08-13 Thread Muhammad Jehanzeb
Changes by Muhammad Jehanzeb : -- keywords: +patch Added file: http://bugs.python.org/file31279/issue18727.patch ___ Python tracker <http://bugs.python.org/issue18

[issue18727] test for writing dictionary rows to CSV

2013-08-13 Thread Muhammad Jehanzeb
New submission from Muhammad Jehanzeb: Test for writing dictionary rows to further enhance the test coverage of CSV lib. -- components: Tests messages: 195083 nosy: brett.cannon, mjehanzeb priority: normal severity: normal status: open title: test for writing dictionary rows to CSV

[issue18721] test for FTP cwd function

2013-08-12 Thread Muhammad Jehanzeb
Changes by Muhammad Jehanzeb : -- nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue18721> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18721] test for FTP cwd function

2013-08-12 Thread Muhammad Jehanzeb
Changes by Muhammad Jehanzeb : -- keywords: +patch Added file: http://bugs.python.org/file31265/issue18721.patch ___ Python tracker <http://bugs.python.org/issue18

[issue18721] test for FTP cwd function

2013-08-12 Thread Muhammad Jehanzeb
New submission from Muhammad Jehanzeb: Test coverage for cwd function of ftplib directory. -- components: Tests messages: 195023 nosy: mjehanzeb priority: normal severity: normal status: open title: test for FTP cwd function versions: Python 3.3

[issue18717] test for request.urlretrieve

2013-08-12 Thread Muhammad Jehanzeb
Changes by Muhammad Jehanzeb : -- nosy: +brett.cannon ___ Python tracker <http://bugs.python.org/issue18717> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue18717] test for request.urlretrieve

2013-08-12 Thread Muhammad Jehanzeb
Changes by Muhammad Jehanzeb : Removed file: http://bugs.python.org/file31255/mywork.patch ___ Python tracker <http://bugs.python.org/issue18717> ___ ___ Python-bug

[issue18717] test for request.urlretrieve

2013-08-12 Thread Muhammad Jehanzeb
Muhammad Jehanzeb added the comment: included issue# in the patch file -- Added file: http://bugs.python.org/file31256/issue18717.patch ___ Python tracker <http://bugs.python.org/issue18

[issue18717] test for request.urlretrieve

2013-08-12 Thread Muhammad Jehanzeb
Changes by Muhammad Jehanzeb : Removed file: http://bugs.python.org/file31253/test_urllib.py ___ Python tracker <http://bugs.python.org/issue18717> ___ ___ Python-bug

[issue18717] test for request.urlretrieve

2013-08-12 Thread Muhammad Jehanzeb
Muhammad Jehanzeb added the comment: the patch fie -- keywords: +patch Added file: http://bugs.python.org/file31255/mywork.patch ___ Python tracker <http://bugs.python.org/issue18

[issue18717] test for request.urlretrieve

2013-08-12 Thread Muhammad Jehanzeb
New submission from Muhammad Jehanzeb: As part of pyconca sprints, this is my first patch for urlcleanup test -- components: Tests files: test_urllib.py messages: 194996 nosy: mjehanzeb priority: normal severity: normal status: open title: test for request.urlretrieve type: enhancement