[issue38760] Document for urllib.error.HTTPError.headers Should Specify What Version

2021-12-01 Thread Irit Katriel


Change by Irit Katriel :


--
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38760] Document for urllib.error.HTTPError.headers Should Specify What Version

2019-11-09 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Thanks for the report. But this is a common convention across the docs to add 
versionadded and versionchanged directive that are rendered as new in version 
and changed in version with version being Python's version since docs is for 
CPython. I am not sure if this could be clarified further without being verbose 
and changing directive would cause all docs to be changed.

--
nosy: +xtreak

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38760] Document for urllib.error.HTTPError.headers Should Specify What Version

2019-11-09 Thread Han You


New submission from Han You :

It says "New in version 3.4." so I put `urllib3>=3.4` in my requirements.txt. 
Turned out it is referring to the Python version.

https://docs.python.org/3.7/library/urllib.error.html#urllib.error.HTTPError.headers

--
assignee: docs@python
components: Documentation
messages: 356312
nosy: Han You, docs@python
priority: normal
severity: normal
status: open
title: Document for urllib.error.HTTPError.headers Should Specify What Version
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com