Change by Felipe Rodrigues :
--
pull_requests: -26023
___
Python tracker
<https://bugs.python.org/issue4476>
___
___
Python-bugs-list mailing list
Unsubscribe:
Felipe Rodrigues added the comment:
sorry about the noise, everyone. Missed an '6' in the end of the issue name
--
___
Python tracker
<https://bugs.python.
Change by Felipe Rodrigues :
--
keywords: +patch
nosy: +fbidu
nosy_count: 2.0 -> 3.0
pull_requests: +26026
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/27509
___
Python tracker
<https://bugs.python.org/i
Change by Felipe Rodrigues :
--
nosy: +fbidu
nosy_count: 5.0 -> 6.0
pull_requests: +26023
pull_request: https://github.com/python/cpython/pull/27509
___
Python tracker
<https://bugs.python.org/iss
Change by Felipe Rodrigues :
--
nosy: +fbidu
___
Python tracker
<https://bugs.python.org/issue44539>
___
___
Python-bugs-list mailing list
Unsubscribe:
Felipe Rodrigues added the comment:
Hi all!
I'm seeing the same error that @pablogsal saw here, but I'm on Linux Mint 20.1
x86_64 (Kernel 5.4.0-77):
./python -m test test_os -R : -v
== CPython 3.11.0a0 (heads/pr_26964:d375c08c75, Jul 3 2021, 07:47:01) [GCC
9.3.0]
== Linux-5.4.0-
Change by Felipe Rodrigues :
--
nosy: +fbidu
nosy_count: 3.0 -> 4.0
pull_requests: +21848
pull_request: https://github.com/python/cpython/pull/22737
___
Python tracker
<https://bugs.python.org/issu
Change by Felipe Rodrigues :
--
nosy: +fbidu
nosy_count: 5.0 -> 6.0
pull_requests: +21847
pull_request: https://github.com/python/cpython/pull/22737
___
Python tracker
<https://bugs.python.org/issu
Change by Felipe Rodrigues :
--
keywords: +patch
pull_requests: +21701
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/22738
___
Python tracker
<https://bugs.python.org/issu
New submission from Felipe Rodrigues :
Hello all,
While testing some static analysis tools on HTTP/client.py, Pylint pointed
me to HTTPResponse.geturl() method with a "no-member" error for the `url`
attribute. I tried invoking the `geturl` method and reading the
`HTTPResponse.url`
Change by Felipe Rodrigues :
--
keywords: +patch
pull_requests: +21700
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/22737
___
Python tracker
<https://bugs.python.org/issu
New submission from Felipe Rodrigues :
Hi all!
I was testing some static analysis tool and decided to use the HTTP module as
testing ground. While running `bandit` at the client module, it detected 3
instances of using `assert` inside the code. Twice in the HTTPResponse class
and once in
Felipe Rodrigues added the comment:
@_savage, on the commit @xtreak referred, there's a note that "image/jpg" and
some other non-standard mimetypes are only supported if `strict=False`[1]
So, this:
>>> mimetypes.guess_extension("image/jpg"
Felipe Rodrigues added the comment:
Correction: (...) on the _caller_ to solve the hashing* issue (...)
--
___
Python tracker
<https://bugs.python.org/issue41
Felipe Rodrigues added the comment:
Hello all,
I love discussions about caching! While I do see the point of Itayazolay's
proposal, I think that it should be on the _caller_ to solve the caching issue,
and not on the _callee_ to provide a way to make it happen.
That is, I think that i
New submission from Felipe Rodrigues :
Hi,
Can you elaborate on this?
Thanks!
--
nosy: +fbidu
___
Python tracker
<https://bugs.python.org/issue40042>
___
___
Felipe Rodrigues added the comment:
Ezio, I have issued a simple PR that adds just the two aliases cited in the
issue's initial message. I would like to implement tests but as I wrote in the
PR's message, I'm not really sure how to proceed with that. bpo-18624 is really
Felipe Rodrigues added the comment:
What about adding some more information in the exception message in addition to
the docs? I mean, if we're raising an issue because someone inserted Feb 29, we
add a note about leap year in the exception message
--
nosy: +
Change by Felipe Rodrigues :
--
pull_requests: +9550
___
Python tracker
<https://bugs.python.org/issue18624>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Felipe Rodrigues :
--
keywords: +patch
pull_requests: +9549
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Felipe Rodrigues :
--
pull_requests: +9104
___
Python tracker
<https://bugs.python.org/issue26005>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by Felipe Rodrigues :
--
keywords: +patch
pull_requests: +9103
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue34576>
___
_
Felipe Rodrigues added the comment:
For reference in future discussions, Python's base64 module implements RFC 3548
(https://tools.ietf.org/html/rfc3548) whose section 2.3
(https://tools.ietf.org/html/rfc3548#section-2.3) discusses about
"Interpretation of non-alphabet characters
Felipe Rodrigues added the comment:
Actually, I'm not even sure if it makes sense to decode the 'first valid
substring'... IMHO, we should warn the user
--
___
Python tracker
<https://bugs.pyt
Felipe Rodrigues added the comment:
I am not sure if simply ignoring the non-valid character is the best way to go.
Feels like silencing errors.
b64decode does accept the 'validate' flag - defaulted to False - that will halt
the execution and throw an error.
What might be a good
Felipe Rodrigues added the comment:
Well, even if we do fix some security issues in SimpleHTTPServer, it doesn't
change the fact that it shouldn't really be used for sensitive applications. I
like how Django docs handles a similar issue regarding their development serv
Change by Felipe Rodrigues :
--
nosy: +fbidu
___
Python tracker
<https://bugs.python.org/issue34728>
___
___
Python-bugs-list mailing list
Unsubscribe:
27 matches
Mail list logo