New submission from edgj4718 <edmondgjelosh...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue43919>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to