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
Changes by SilentGhost :
--
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issue28642>
___
___
Python-bugs-list mailing list
Unsubscrib
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
Changes by SilentGhost :
--
stage: -> resolved
___
Python tracker
<http://bugs.python.org/issue28632>
___
___
Python-bugs-list mailing list
Unsubscrib
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
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
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
Changes by SilentGhost :
Removed file: http://bugs.python.org/file45524/test_socket.diff
___
Python tracker
<http://bugs.python.org/issue28728>
___
___
Python-bugs-list m
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
Changes by SilentGhost :
--
nosy: +michael.foord
versions: +Python 3.6, Python 3.7
___
Python tracker
<http://bugs.python.org/issue28735>
___
___
Python-bug
1401 - 1410 of 1410 matches
Mail list logo