summaryrefslogtreecommitdiffstats
path: root/Python/dynload_aix.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-04-14 22:01:58 (GMT)
committerGuido van Rossum <guido@python.org>2003-04-14 22:01:58 (GMT)
commit8b7a9a38c66aff5633255b63be639ee8592f180b (patch)
tree3e385d0dbb502e732aaa613464eef7ad3b51a186 /Python/dynload_aix.c
parent4dcdb78c6ffd203c9d72ef41638cc4a0e3857adf (diff)
downloadcpython-8b7a9a38c66aff5633255b63be639ee8592f180b.zip
cpython-8b7a9a38c66aff5633255b63be639ee8592f180b.tar.gz
cpython-8b7a9a38c66aff5633255b63be639ee8592f180b.tar.bz2
The date class is now properly subclassable. (SF bug #720908)
(This is only the tip of the iceberg; the time and datetime classes need the same treatment.)
Diffstat (limited to 'Python/dynload_aix.c')
0 files changed, 0 insertions, 0 deletions
an class="hl com">** notice, this list of conditions and the following disclaimer. ** * Redistributions in binary form must reproduce the above copyright ** notice, this list of conditions and the following disclaimer in ** the documentation and/or other materials provided with the ** distribution. ** * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor ** the names of its contributors may be used to endorse or promote ** products derived from this software without specific prior written ** permission. ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." ** $QT_END_LICENSE$ ** ****************************************************************************/ //! [0] namespace Foo { struct MyInterface { ... }; } Q_DECLARE_INTERFACE(Foo::MyInterface, "org.examples.MyInterface") //! [0] //! [1] Q_EXPORT_PLUGIN2(pnp_extrafilters, ExtraFiltersPlugin) //! [1] //! [2] Q_IMPORT_PLUGIN(qjpeg) //! [2] //! [3] TEMPLATE = app QTPLUGIN += qjpeg qgif qmng # image formats //! [3]