[issue42533] Document encodings.idna limitations

2020-12-02 Thread Tobias Kunze
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

[issue22021] shutil.make_archive() root_dir do not work

2018-11-06 Thread Tobias Kunze
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

[issue27902] pstats.Stats: strip_dirs() method cannot handle file paths from different OS

2018-06-01 Thread Tobias Kunze
Change by Tobias Kunze : -- keywords: +patch pull_requests: +6924 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue32392] subprocess.run documentation does not have **kwargs

2018-05-31 Thread Tobias Kunze
Change by Tobias Kunze : -- keywords: +patch pull_requests: +6916 stage: needs patch -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue22021] shutil.make_archive() root_dir do not work

2018-05-30 Thread Tobias Kunze
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

[issue22021] shutil.make_archive() root_dir do not work

2018-05-29 Thread Tobias Kunze
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