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 iamsav
Recipients atuining, iamsav
Date 2019-10-02.06:01:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569996116.13.0.873484254785.issue38342@roundup.psfhosted.org>
In-reply-to
Content
on windows
```C:\>py -c "import sys;from importlib.metadata import version, requires, files;print(sys.version);print(version('requests'))"
3.8.0b4 (tags/v3.8.0b4:d93605d, Aug 29 2019, 23:21:28) [MSC v.1916 64 bit (AMD64)]
2.22.0
```
History
Date User Action Args
2019-10-02 06:01:56iamsavsetrecipients: + iamsav, atuining
2019-10-02 06:01:56iamsavsetmessageid: <1569996116.13.0.873484254785.issue38342@roundup.psfhosted.org>
2019-10-02 06:01:56iamsavlinkissue38342 messages
2019-10-02 06:01:56iamsavcreate