Files
palemoon27/python
roytam1 74af9d633c import changes from `dev' branch of rmottola/Arctic-Fox:
- fix assertion (2be68f715)
- revert a PaleMoon change that was later changed wrongly by us again (bde2452f0)
- Bug 1180419 - Cannot load URLs from the address bar if places.sqlite is corrupt. r=ttaubert (9b0674cea)
- Bug 1132518, add an attribute to the xul document root element to allow focus on document navigation to be retargetted to another element, such as the urlbar, r=smaug,dao (356f87c32)
2022-01-14 09:35:14 +08: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:

* 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

## pyyaml | pystache

Used in taskcluster related mach commands to update download from github
and remove .git and tests.

Then run tests in taskcluster/tests/