releases-comm-central/python
Geoff Lankow 6154a176a4 Bug 1838770 - Fix Folder Properties menu item. r=mkmelin
Differential Revision: https://phabricator.services.mozilla.com/D181587

--HG--
extra : rebase_source : 6a1e6f813c28c278922ea7198186ef78fe15b1a2
extra : amend_source : afb8497867c2e6553d000f9a3b3507b5cca56271
extra : histedit_source : d87e4db1a721ec66c7097663d244a07683850aff
2023-06-16 15:22:02 +12:00
..
l10n Bug 1838770 - Fix Folder Properties menu item. r=mkmelin 2023-06-16 15:22:02 +12:00
mutlh Bug 1816944 - Mach command converter. r=dandarnell 2023-03-21 21:54:56 +00:00
rocboot Bug 1803829 - Reformat Python files to standard line length of 99 via black. r=aleca 2022-12-19 21:10:10 +00:00
rocbuild/rocbuild Bug 1830992 - Update rnp build code to process version.h at build time. r=kaie 2023-05-18 14:07:50 +10:00
sites Bug 1816956 - Vendor tb-fluent-migrate into comm/third_party/python. r=dandarnell 2023-03-25 20:17:12 +11:00
thirdroc Bug 1830992 - Update rnp build code to process version.h at build time. r=kaie 2023-05-18 14:07:50 +10: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 1816944 - Test code for Mutlh commands. r=dandarnell 2023-03-21 21:54:56 +00: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).