From f215e02bf85f68d3a6106c2a1f4f7f063f819064 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 11 Apr 2024 10:17:27 +0200 Subject: Adding upstream version 7.0.14-dfsg. Signed-off-by: Daniel Baumann --- src/libs/xpcom18a4/python/readme.html | 121 ++++++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 src/libs/xpcom18a4/python/readme.html (limited to 'src/libs/xpcom18a4/python/readme.html') diff --git a/src/libs/xpcom18a4/python/readme.html b/src/libs/xpcom18a4/python/readme.html new file mode 100644 index 00000000..112f43e0 --- /dev/null +++ b/src/libs/xpcom18a4/python/readme.html @@ -0,0 +1,121 @@ + + + + + + + +Python XPCOM module + + + + +

Python XPCOM Package

+ +

Mozilla CVS Version - Last updated May 2002

+

This is the readme for the Python interface to XPCOM.

+

XPCOM is an acronym for "Cross Platform COM".  It has +come out of the Mozilla project, which +maintains the main XPCOM +project pages.  The Python XPCOM package is a set of Python bindings to +XPCOM, allowing a Python programmer to both use and implement XPCOM +interfaces.  If you don't know what Python +is, then none of this probably interests you at all!

+

This readme has links to the following information:

+ +

Note: This package requires Python 1.6 or later; we recommend using +the latest +official Python version.  This package works +very well with the latest ActivePython, +and does not require any external modules or packages beyond what is provided in +the core Python release for each platform.

+

About the Python XPCOM Package

+

The Python XPCOM Package was developed by ActiveState +Tool Corporation, and came out of their Komodo +project.  The Python XPCOM package is released under the Mozilla +Public License (MPL)

+

Please see the credits file for a list of +contributors.

+

Known Bugs/Issues

+ +

Release History

+

Version 0.90 - January 2001

+ +

Version 0.91 - January 2001

+ + +

Version 0.92 - May 2001

+

Implement interface flattening.  You should (almost) never need to use QueryInterface()!  +We are still 100% backwards compatible, so usage of QI still works - just is +generally not necessary.

+ +

Version 0.93 - May 2002

+ +

Implement nsIVariant and all new string types.  Complete move to +autoconf build system.

+ + + + -- cgit v1.2.3