Files
palemoon27/python
roytam1 b33dced904 import change from rmottola/Arctic-Fox:
- Bug 1143412 - Make sure that we run apt-get update. Otherwise, the install of packages will fail (1fae884ff)
- Bug 1143014 - fix header sort order in mfbt/ (5b0797dee)
- Bug 1142586 - avoid asking the link service for online status on CHANGED. (7f265c51b)
- Bug 1134942 - Whitelist fstatat and unlinkat for B2G content processes. (18fda02ce)
- Bug 1140111 - Whitelist readlinkat along with readlink. (45ab582d9)
- Bug 906996 - Remove unlink from B2G content process syscall whitelist. (94e89c020)
- Bug 1141885 - Make readlink() fail instead of allowing it, for B2G content processes. (12c3bb9a2)
- Bug 1136221 - SIMD (interpreter): relax type requirement for Int32x4Bool. (148a97f37)
- Bug 1141629 - SIMD: Clarify that reciprocal and reciprocalSqrt are approximations. (964c6dbc5)
2019-06-14 22:46:29 +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/