[issue28642] csv reader loosing rows with big files and tab delimiter

2016-11-08 Thread SilentGhost
SilentGhost added the comment: so using quoting=csv.QUOTE_NONE should solve the immediate problem of "losing" lines then, I'm not sure csv module ever supported dealing with corrupted files. -- ___ Python tracker <http://bugs.pyt

[issue28642] csv reader losing rows with big files and tab delimiter

2016-11-08 Thread SilentGhost
Changes by SilentGhost : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue28642> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue28642] csv reader losing rows with big files and tab delimiter

2016-11-09 Thread SilentGhost
SilentGhost added the comment: No, the module works exactly as advertised. The default value of quoting parameter might not be suitable for this file, but it suits majority of files out there. The fields in csv can contain line feed, so the line in your example does not have a "missing&q

[issue28632] configparser does not close files in read

2016-11-13 Thread SilentGhost
Changes by SilentGhost : -- stage: -> resolved ___ Python tracker <http://bugs.python.org/issue28632> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue26934] android: test_faulthandler fails

2016-11-13 Thread SilentGhost
SilentGhost added the comment: Buildbots fail since _ANDROID_API_LEVEL could end up being None -- nosy: +SilentGhost status: closed -> open ___ Python tracker <http://bugs.python.org/issu

[issue28727] Implement comparison (x==y and x!=y) for _sre.SRE_Pattern

2016-11-17 Thread SilentGhost
SilentGhost added the comment: Ten subtest in test_re fail with TypeError: unhashable type: '_sre.SRE_Pattern' -- nosy: +SilentGhost ___ Python tracker <http://bugs.python.o

[issue28728] test_host_resolution in test_socket fails on duplicate assert

2016-11-17 Thread SilentGhost
New submission from SilentGhost: Commit 540a9c69c2ea introduced double assertRaises which now is failing on ubuntu 16.10 If it is necessary, then it's not obvious why and there is no comment, but here is the one-line patch that removes the duplicated line and makes the test pass f

[issue28728] test_host_resolution in test_socket fails on duplicate assert

2016-11-18 Thread SilentGhost
Changes by SilentGhost : Removed file: http://bugs.python.org/file45524/test_socket.diff ___ Python tracker <http://bugs.python.org/issue28728> ___ ___ Python-bugs-list m

[issue28728] test_host_resolution in test_socket fails

2016-11-18 Thread SilentGhost
SilentGhost added the comment: Of course, you're right, that was my mistake. The last three addresses fail to raise, namely: '::1q', '::1::2' and '1:1:1:1:1:1:1:1:1'. -- stage: patch review -> title: test_host_resolution in

[issue28735] Mock is equal to ANY but MagicMock is not

2016-11-18 Thread SilentGhost
Changes by SilentGhost : -- nosy: +michael.foord versions: +Python 3.6, Python 3.7 ___ Python tracker <http://bugs.python.org/issue28735> ___ ___ Python-bug

<    10   11   12   13   14   15