From d86b96e4b33c41ebd1db7ca5b4517e94d567a260 Mon Sep 17 00:00:00 2001 From: Ero Carrera Date: Thu, 11 Jan 2024 13:04:30 +0100 Subject: [PATCH] Support the colon character in paths (issue #384) --- pefile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pefile.py b/pefile.py index 6114857..3d46782 100644 --- a/pefile.py +++ b/pefile.py @@ -2293,7 +2293,7 @@ def create(unwcode): string.ascii_lowercase + string.ascii_uppercase + string.digits - + "!#$%&'()-@^_`{}~+,.;=[]" + + "!#$%&'()-@^_`{}~+,.;=[]:" ).encode()