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 bugburger
Recipients bugburger, orsenthil
Date 2019-03-19.19:54:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553025284.82.0.705740729208.issue36372@roundup.psfhosted.org>
In-reply-to
Content
Please note that the `requests` package, for example, has no trouble reading this URL. I don't want to use that package for this task for certain other reasons though.

```python
>>> import requests
>>> requests.__version__
'2.21.0'
>>> requests.get('https://www.annemergmed.com/article/S0196-0644(99)70271-4/abstract')
<Response [200]>
```
History
Date User Action Args
2019-03-19 19:54:44bugburgersetrecipients: + bugburger, orsenthil
2019-03-19 19:54:44bugburgersetmessageid: <1553025284.82.0.705740729208.issue36372@roundup.psfhosted.org>
2019-03-19 19:54:44bugburgerlinkissue36372 messages
2019-03-19 19:54:44bugburgercreate