Mozilla Thunderbird mail/newsgroup client
3ec1ca4ba3
Python 3.11 "ValueError: invalid mode: 'rU'" 'U' is deprecated since Python 3 and default, error with Python 3.11 Remove 'U' from '"rU"' to '"r"'. Python 3.11 "Invalid regular expression for rule '...'. global flags not at the start of the expression at position ... Change global inline flags (?s)... to local inline flags (?s:...) See https://docs.python.org/3.11/whatsnew/3.11.html#changes-in-the-python-api * open(), io.open(), codecs.open() and fileinput.FileInput no longer accept 'U' (“universal newline”) in the file mode. This flag was deprecated since Python 3.3. In Python 3, the “universal newline” is used by default when a file is open in text mode. * Global inline flags (e.g. (?i)) can now only be used at the start of the regular expressions. Using them not at the start of expression was deprecated since Python 3.6. |
||
---|---|---|
.gitignore | ||
0001-GLIBCXX-fix-for-GCC-12.patch | ||
bindgen-d0dfc52706f23db9dc9d74642eeebd89d73cb8d0.patch | ||
Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch | ||
expat-CVE-2022-25235.patch | ||
expat-CVE-2022-25236.patch | ||
expat-CVE-2022-25315.patch | ||
firefox-SIOCGSTAMP.patch | ||
gcc12-D139088.patch | ||
gen_cbindgen-vendor.sh | ||
get-calendar-langpacks.sh | ||
mozilla-526293.patch | ||
mozilla-1170092.patch | ||
mozilla-1245783.patch | ||
mozilla-1512162.patch | ||
mozilla-build-arm.patch | ||
node-stdout-nonblocking-wrapper | ||
python3.11-open-U.patch | ||
python3.11-regex-inline-flags.patch | ||
rhbz-1219542-s390-build.patch | ||
rhbz-1354671.patch | ||
sources | ||
thunderbird-mozconfig | ||
thunderbird-mozconfig-branded | ||
thunderbird-redhat-default-prefs.js | ||
thunderbird-symbolic.svg | ||
thunderbird-wayland.desktop | ||
thunderbird-wayland.sh.in | ||
thunderbird.desktop | ||
thunderbird.sh.in | ||
thunderbird.spec |