[issue29750] smtplib doesn't handle unicode passwords

2019-12-26 Thread Sebastien Luttringer
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

[issue29750] smtplib doesn't handle unicode passwords

2019-07-31 Thread Sebastien Luttringer
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

[issue9253] argparse: optional subparsers

2013-04-04 Thread Sebastien Luttringer
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: +

[issue12841] Incorrect tarfile.py extraction

2011-08-25 Thread Sebastien Luttringer
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