Sebastien Luttringer added the comment:
Utf8 passwords are still broken on python 3.8.
Patch works great on 3.8.
--
___
Python tracker
<https://bugs.python.org/issue29
Sebastien Luttringer added the comment:
I hit the same issue.
Do you have news about the patch review and its inclusion?
--
nosy: +seblu
___
Python tracker
<https://bugs.python.org/issue29
Sebastien Luttringer added the comment:
I got the same issue that mike bayer with argparse doesn't throw error when
subparser are missing.
Is it a bug which should be fixed in Python or in all python script? This
sounds like an API break.
--
nosy: +
New submission from Sebastien Luttringer :
This patch fix extraction of tarfile which override tarfile uid/gid
tarfile.py extract function override uid/gid of a file if uid/gid is not
existant on the system.
When user is not root (uid 0), common behaviour of extracting is correct.
When user