gecko-dev/python
Zibi Braniecki fcea421df8 Bug 1457948 - Migrate in-content/privacy.js to Fluent. r=flod,jaws
MozReview-Commit-ID: 7K7Wgm5ahTL

--HG--
extra : rebase_source : c87b39226e1566a4c085cab06b1c559bd31a54c8
2018-04-30 10:29:18 -07:00
..
devtools/migrate-l10n
docs
l10n/fluent_migrations Bug 1457948 - Migrate in-content/privacy.js to Fluent. r=flod,jaws 2018-04-30 10:29:18 -07:00
mach
mozboot Bug 1457765 - Install python3 as required on FreeBSD. r=froydnj,mshal 2018-04-29 12:54:45 +00:00
mozbuild Bug 1459074 - Do not fail when installing tests if the install manifest for test harness files is missing. r=mshal 2018-05-07 11:49:14 -07:00
mozlint
mozrelease Bug 1453274 - Bump mozrelease in tree version, to distinguish it from the pypi mirror version. r=rail 2018-04-24 21:55:22 -04:00
mozterm
mozversioncontrol
README
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