Expected Result
Python 3.14.0a5 (main, Feb 12 2025, 14:50:24) [MSC v.1942 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import requests
exit()
(standard bash prompt)
Actual Result
Python 3.14.0a5 (main, Feb 12 2025, 14:50:24) [MSC v.1942 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import requests
(standard bash prompt)
Reproduction Steps
tried the same with: 'import os' which works fine
System Information
$ python -m requests.help
{
system = "windows 11"
requires-python = ">=3.14"
dependencies = [
"requests>=2.32.5",
]
}
<-- -->