[New-bugs-announce] [issue43919] Potential bug in the "request" package.

edgj4718 report at bugs.python.org
Fri Apr 23 02:27:47 EDT 2021


New submission from edgj4718 <edmondgjeloshi28 at gmail.com>:

Hello there,

I am creating a client application with python. This application consists in extracting some data from an API and doing something with it. Anyway, I added a space in the end of the URL where I am supposed to have the data, and the API did not send any data as it probably the new URL with the added space was the issue. I think this is a bug and the URL should be checked from any possible empty strings, especially in the end and in the start of the URL.

----------
components: Extension Modules
files: bug.PNG
messages: 391658
nosy: edgj4718
priority: normal
severity: normal
status: open
title: Potential bug in the "request" package.
type: behavior
versions: Python 3.9
Added file: https://bugs.python.org/file49972/bug.PNG

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43919>
_______________________________________


More information about the New-bugs-announce mailing list