releases-comm-central/python
Brendan Abolivier fb4d6e2012 Bug 1906992 - Preserve Thunderbird-specific feature from mozilla-central deps when regenerating gkrust's Cargo.toml. r=darktrojan,kaie
Differential Revision: https://phabricator.services.mozilla.com/D216282

--HG--
extra : rebase_source : 6549db01a8cb8a46c6c82de0dfd2e722b4310540
extra : amend_source : d3d6595956f29e3da751ef662cd35409170ff590
2024-07-11 14:16:37 +00:00
..
l10n No Bug - Archive completed Fluent migrations. rs=me DONTBUILD 2024-06-24 14:16:45 -04:00
rocboot Bug 1865752 - Update Thunderbird build bootstrap script from m-c; require Python 3.8. r=dandarnell 2023-12-01 10:24:24 +00:00
rocbuild/rocbuild Bug 1906992 - Preserve Thunderbird-specific feature from mozilla-central deps when regenerating gkrust's Cargo.toml. r=darktrojan,kaie 2024-07-11 14:16:37 +00:00
sites Bug 1893718 - Replace source docs Makefile with a mach command. r=aleca 2024-04-29 15:37:40 -07:00
thirdroc Bug 1898748 - Set RNP PACKAGE_STRING during configure. r=kaie 2024-06-05 17:06:05 +00:00
README Bug 1833949 - Port bug 1826062: Automatic reformatting for Prettier 2.0.5. r=leftmostcat 2023-05-21 15:05:24 +10:00
moz.build Bug 1845361 - Fix linting. rs=linting DONTBUILD 2023-07-25 14:17:07 -04:00

README

This directory contains common Python code for Thunderbird.

The basic rule is that if Python code is cross-module (that's "module" in the
Mozilla meaning - as in "module ownership") and is MPL-compatible, AND it
applies only to applications build from comm-central derived repositories
(Thunderbird and Seamonkey), it should go here.

What should not go here:

- Vendored python modules (use third_party/python instead)
- Python that is not MPL-compatible (see other-licenses/)
- Python that has good reason to remain close to its "owning" (Mozilla)
  module (e.g. it is only being consumed from there).