Mark Yen   name the pyxpcom manifest 'pyxpcom.manifest' to avoid clobbering the mozilla one 12 years ago
..
Makefile.in name the pyxpcom manifest 'pyxpcom.manifest' to avoid clobbering the mozilla one 12 years ago
README.txt Import extensions/python from revision 6673479e68ee of mozilla-central. 15 years ago
pyabout.manifest correct manifest settings (patch contributed from Joe Jones) 13 years ago
pyabout.py Import extensions/python from revision 6673479e68ee of mozilla-central. 15 years ago

README.txt

This directory is for Python implemented components that ship with pyxpcom

The .py files in this directory will end up on the XPCOM "components"
directory, while .idl files etc will be compiled and installed as normal.

Of note:

* pyabout.py allows you to type open the URL "about:python" and have
information about the local Python build displayed.

Most other files not listed are probably used internally and not worth
paying attention to!