Prudvi RajKumar Maddala added the comment:
Made changes, pathlib.Path('.').iterdir() now throws a FileNotFoundError if the
path is not valid.
--
nosy: +prudvinit
___
Python tracker
<https://bugs.python.o
Change by Prudvi RajKumar Maddala :
--
pull_requests: +8470
___
Python tracker
<https://bugs.python.org/issue34541>
___
___
Python-bugs-list mailing list
Unsub
Change by Prudvi RajKumar Maddala :
--
keywords: +patch
pull_requests: +8467
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Prudvi RajKumar Maddala added the comment:
I don't think urllib module is part of core python library. It's a 3rd party
library which we usually install using pip
--
nosy: +prudvinit
___
Python tracker
<https://bugs.python.o
Prudvi RajKumar Maddala added the comment:
I see that maxDiff is applied correctly when comparing dictionaries. I don't
think that's an issue.
--
___
Python tracker
<https://bugs.python.o
Prudvi RajKumar Maddala added the comment:
Hello Victor, can you tell me what is 'maxDiff'? Can you give me a simple
example of expected output and actual output by taking a simple dictionary?
Thanks
--
nosy: +prudvinit
___
Python track
Prudvi RajKumar Maddala added the comment:
I think Michal is right
--
___
Python tracker
<https://bugs.python.org/issue34453>
___
___
Python-bugs-list mailin
Prudvi RajKumar Maddala added the comment:
I think it should hang, since we are not throwing any StopIteration exception
to break the infinite loop
--
nosy: +prudvinit
___
Python tracker
<https://bugs.python.org/issue34
Change by Prudvi RajKumar Maddala :
--
keywords: +patch
pull_requests: +8379
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
Prudvi RajKumar Maddala added the comment:
Hi lkcl, can you help me understand why exactly the below IPv6 addresses are
invalid?
('::::::00.00.00.00', False)
('::::::000.000.000.000', False)
I pulled the above addresses fr
Prudvi RajKumar Maddala added the comment:
I think it should be supported too. How about a list of bytes? eg :
[127,0,0,1].. Should that be supported as well?
--
nosy: +prudvinit
___
Python tracker
<https://bugs.python.org/issue34
Prudvi RajKumar Maddala added the comment:
Hi Ikcl, are you working on the fix? I'd like to work on it.
--
nosy: +prudvinit
___
Python tracker
<https://bugs.python.org/is
12 matches
Mail list logo