gecko-dev/python
2024-11-18 21:26:39 +00:00
..
docs
gdbpp/gdbpp
l10n
lldbutils
mach
mozboot
mozbuild Bug 1929826 - Add reversed(...) to the list of default sandboxed builtin r=glandium 2024-11-15 09:07:30 +00:00
mozlint
mozperftest Bug 1929596 - Add MLSuggest inference as under ml tests and make it run inference?tarek,adw,sparky r=urlbar-reviewers,perftest-reviewers,sparky,adw,tarek 2024-11-18 21:26:39 +00:00
mozrelease
mozterm
mozversioncontrol Bug 1929372 - [mozversioncontrol] Fix missing import shim to SrcRepository, r=sheehan 2024-11-13 17:39:20 +00:00
sites
mach_commands.py
moz.build
README

This directory contains common Python code.

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, 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).

Historical information can be found at
https://bugzilla.mozilla.org/show_bug.cgi?id=775243
https://bugzilla.mozilla.org/show_bug.cgi?id=1346025