Mypal68/python
2023-10-06 19:15:29 +03:00
..
devtools/migrate-l10n 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
docs 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
l10n 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
mach 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
mozboot 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
mozbuild Change and remove things in extensions 2023-10-06 19:15:29 +03:00
mozlint 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
mozrelease 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
mozterm 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
mozversioncontrol 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
safety 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
mach_commands.py 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
moz.build 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00
README 68.12.1 version - first release unstable. 2022-04-16 07:41:55 +03:00

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