gecko-dev/python
2017-10-26 12:20:45 +03:00
..
devtools/migrate-l10n
mach
mozboot Bug 1411680 - fix clang toolchain downloaded by mach bootstrap on Linux; r=nalexander 2017-10-25 15:10:31 -04:00
mozbuild Merge inbound to mozilla-central r=merge a=merge 2017-10-26 12:20:45 +03:00
mozlint
mozversioncontrol
mach_commands.py Bug 1408385 - Make sure python-test tasks turn orange if no tests are run, r=davehunt 2017-10-13 09:42:06 -04:00
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