diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2019-12-01 20:18:01 +0300 |
commit | 77d81aa4a3747b7dfbb17e43b16e1a514550c60c (patch) | |
tree | 0679778b3a5b46cb96d7c57485c847b83cc78bbf /debian/patches/lib-argparse.diff | |
parent | c089c4500b0b78acf03ee5405ad250a84b0dfa66 (diff) | |
download | python3.8-debian.tar.gz |
Import python3.8 (3.8.0-5)debian/3.8.0-5debian
Diffstat (limited to 'debian/patches/lib-argparse.diff')
-rw-r--r-- | debian/patches/lib-argparse.diff | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/patches/lib-argparse.diff b/debian/patches/lib-argparse.diff index 28856ff..883bbc6 100644 --- a/debian/patches/lib-argparse.diff +++ b/debian/patches/lib-argparse.diff @@ -1,11 +1,9 @@ # DP: argparse.py: Make the gettext import conditional -Index: b/Lib/argparse.py -=================================================================== --- a/Lib/argparse.py +++ b/Lib/argparse.py -@@ -87,7 +87,16 @@ import os as _os - import re as _re +@@ -89,7 +89,16 @@ import re as _re + import shutil as _shutil import sys as _sys -from gettext import gettext as _, ngettext |