s4-dsdb: Define internal dsdb control to mark Tombstone reanimation requests
[Samba.git] / lib / extras / README.rst
blob7d3f10ba93c54db4dbf35e43f78353a4bcd5e0dd
1 ======
2 extras
3 ======
5 extras is a set of extensions to the Python standard library, originally
6 written to make the code within testtools cleaner, but now split out for
7 general use outside of a testing context.
10 Documentation
11 -------------
13 pydoc extras is your friend. extras currently contains the following functions:
15 * try_import
17 * try_imports
19 * safe_hasattr
21 Which do what their name suggests.
24 Licensing
25 ---------
27 This project is distributed under the MIT license and copyright is owned by
28 the extras authors. See LICENSE for details.
31 Required Dependencies
32 ---------------------
34  * Python 2.6+ or 3.0+
37 Bug reports and patches
38 -----------------------
40 Please report bugs using github issues at <https://github.com/testing-cabal/extras>.
41 Patches can also be submitted via github.  You can mail the authors directly
42 via the mailing list testtools-dev@lists.launchpad.net. (Note that Launchpad
43 discards email from unknown addresses - be sure to sign up for a Launchpad
44 account before mailing the list, or your mail will be silently discarded).
47 History
48 -------
50 extras used to be testtools.helpers, and was factored out when folk wanted to
51 use it separately.
54 Thanks
55 ------
57  * Martin Pool