403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/devel/py-flake8-import-order/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/devel/py-flake8-import-order/files/patch-python3.9
From 6916da0cfbbe21e8b49bed3cbf25b9657dfe9452 Mon Sep 17 00:00:00 2001
From: Dmitry Marakasov <amdmi3@amdmi3.ru>
Date: Tue, 20 Oct 2020 16:26:42 +0300
Subject: [PATCH] Recognize zoneinfo introduced in python 3.9 as stdlib

---
 flake8_import_order/stdlib_list.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/flake8_import_order/stdlib_list.py b/flake8_import_order/stdlib_list.py
index c6d9353..59fd913 100644
--- flake8_import_order/stdlib_list.py
+++ flake8_import_order/stdlib_list.py
@@ -316,4 +316,5 @@
     "zipfile",
     "zipimport",
     "zlib",
+    "zoneinfo",
 }

Youez - 2016 - github.com/yon3zu
LinuXploit