diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-18 18:53:55 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-02-18 18:53:55 +0300 |
commit | 27ee4528d5db1a125f8d8def9e1bdf7a477b7492 (patch) | |
tree | 6e2278cdb027f115086f1d35768473d8b2b87515 /contrib/python/six/patches/01-arcadia.patch | |
parent | 6bb39bdb243edc3adf72eedf5700c691617c615d (diff) | |
download | ydb-27ee4528d5db1a125f8d8def9e1bdf7a477b7492.tar.gz |
intermediate changes
ref:4c3887b325a2b9c0b2481e44130c092b3c8d545f
Diffstat (limited to 'contrib/python/six/patches/01-arcadia.patch')
-rw-r--r-- | contrib/python/six/patches/01-arcadia.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/python/six/patches/01-arcadia.patch b/contrib/python/six/patches/01-arcadia.patch new file mode 100644 index 0000000000..57f85cb6d9 --- /dev/null +++ b/contrib/python/six/patches/01-arcadia.patch @@ -0,0 +1,11 @@ +--- contrib/python/six/six.py (index) ++++ contrib/python/six/six.py (working tree) +@@ -274,7 +274,7 @@ _moved_attributes = [ + MovedModule("collections_abc", "collections", "collections.abc" if sys.version_info >= (3, 3) else "collections"), + MovedModule("copyreg", "copy_reg"), + MovedModule("dbm_gnu", "gdbm", "dbm.gnu"), +- MovedModule("dbm_ndbm", "dbm", "dbm.ndbm"), ++ # MovedModule("dbm_ndbm", "dbm", "dbm.ndbm"), + MovedModule("_dummy_thread", "dummy_thread", "_dummy_thread" if sys.version_info < (3, 9) else "_thread"), + MovedModule("http_cookiejar", "cookielib", "http.cookiejar"), + MovedModule("http_cookies", "Cookie", "http.cookies"), |