This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author edgj4718
Recipients edgj4718
Date 2021-04-23.06:27:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1619159267.63.0.974142045431.issue43919@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-04-23 06:27:47edgj4718setrecipients: + edgj4718
2021-04-23 06:27:47edgj4718setmessageid: <1619159267.63.0.974142045431.issue43919@roundup.psfhosted.org>
2021-04-23 06:27:47edgj4718linkissue43919 messages
2021-04-23 06:27:47edgj4718create