New submission from Tobias Kunze :
The documentation for the encodings.idna module contains no indicator that the
RFC it supports has been obsoleted by another RFC:
https://docs.python.org/3.10/library/codecs.html#module-encodings.idna
I'm sure this is obvious when you know your RFCs
Tobias Kunze added the comment:
Yes, this is a documentation issue: A patch clarifying what root_dir and
base_dir do, and how they interact (or how they are to be used in combination)
would be sufficient to close this issue.
--
___
Python tracker
Change by Tobias Kunze :
--
keywords: +patch
pull_requests: +6924
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Change by Tobias Kunze :
--
keywords: +patch
pull_requests: +6916
stage: needs patch -> patch review
___
Python tracker
<https://bugs.python.org/issu
Tobias Kunze added the comment:
Thank you, that's what I figured out later last evening. To my understanding,
the docs don't give any indication that base_dir is supposed to be relative to
root_dir, so I'd add this information, and maybe add a similar example to the
one a
Tobias Kunze added the comment:
I'm similarly confused by this issue. If somebody can help me understand what's
going on, I'll put my understanding into a documentation patch.
I have created this minimal example to demonstrate what I don't understand:
I've crea