releases-comm-central/python
Rob Lemley 7e2af74f0a No bug - Archive completed Fluent migration. rs=me DONTBUILD
--HG--
rename : python/l10n/tb_fluent_migrations/bug_1844408_calendar_event_listing.py => python/l10n/tb_fluent_migrations/completed/bug_1844408_calendar_event_listing.py
extra : rebase_source : 8353be82f794c85e57361c1de70d7e69b2d6f733
2023-08-07 16:10:22 -04:00
..
l10n No bug - Archive completed Fluent migration. rs=me DONTBUILD 2023-08-07 16:10:22 -04: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 1844306 - Port bug 1844417: Update mach commands to support upstream mach improvements. r=dandarnell 2023-07-24 22:10:33 +00: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 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).