commit | 4ba15de19153bb97308996ec85242bdeda358387 | [log] [tgz] |
---|---|---|
author | Kushal Das <mail@kushaldas.in> | Thu Dec 07 11:22:52 2023 +0100 |
committer | GitHub <noreply@github.com> | Thu Dec 07 10:22:52 2023 +0000 |
tree | d0d59d4ead8ea7e225ea578e4b4f50755c1fee4e | |
parent | 8660fb7fd7cdcbfe58ef304f5720efe97ca7c842 [diff] |
gh-74616: Raise ValueError in case of null character in input prompt (GH-1738) If the input prompt to the builtin input function on terminal has any null character, then raise ValueError instead of silently truncating it. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>