1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python/README Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,14 @@ 1.4 +This directory contains common Python code. 1.5 + 1.6 +The basic rule is that if Python code is cross-module (that's "module" in the 1.7 +Mozilla meaning - as in "module ownership") and is MPL-compatible, it should 1.8 +go here. 1.9 + 1.10 +What should not go here: 1.11 + 1.12 +* Python that is not MPL-compatible (see other-licenses/) 1.13 +* Python that has good reason to remain close to its "owning" (Mozilla) 1.14 + module (e.g. it is only being consumed from there). 1.15 + 1.16 +Historical information can be found at 1.17 +https://bugzilla.mozilla.org/show_bug.cgi?id=775243