summaryrefslogtreecommitdiffstats
path: root/Doc/reference/import.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/reference/import.rst')
-rw-r--r--Doc/reference/import.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/import.rst b/Doc/reference/import.rst
index a9723ec..1b28d2c 100644
--- a/Doc/reference/import.rst
+++ b/Doc/reference/import.rst
@@ -440,7 +440,7 @@ import machinery will create the new module itself.
For compatibility with existing loaders, the import machinery will use
the ``load_module()`` method of loaders if it exists and the loader does
- not also implement ``exec_module(). However, ``load_module()`` has been
+ not also implement ``exec_module()``. However, ``load_module()`` has been
deprecated and loaders should implement ``exec_module()`` instead.
The ``load_module()`` method must implement all the boilerplate loading
class='decoration'>Sergio Ahumada2012-08-251-2/+0 * QUrl: fix thread safety.David Faure2012-08-231-0/+83 * Fix a QListViewItem width when spacing is setJani Honkonen2012-08-231-4/+76 * test: Mark tst_qdeclarativeflickable unstable failures as XFAILSergio Ahumada2012-08-231-2/+14 * test: Mark tst_QWidget unstable failures as XFAILSergio Ahumada2012-08-231-5/+26 * Fix undo and redo in QLineEdit when in password modeJani Honkonen2012-08-221-0/+66 * Fix QListWidget scrolling with keys when there are hidden itemsJani Honkonen2012-08-221-0/+52 * test: XFAIL tst_QListWidget::fastScroll() test on WindowsSergio Ahumada2012-08-211-0/+5 * test: Re-enabling tst_QFileInfo test on WindowsSergio Ahumada2012-08-211-2/+0 * test: Re-enabling tst_QListWidget testSergio Ahumada2012-08-171-2/+0 * test: Re-enabling tst_QImageReader testSergio Ahumada2012-08-171-2/+0 * Fix tst_qbytearray on QNX/Blackberry systemsRafael Roquetto2012-08-172-4/+2 * Implement QAccessibleLineEdit::characterRect()Jan-Arve Saether2012-08-161-0/+10 * test: Re-enabling tst_qdeclarativeerror testSergio Ahumada2012-08-161-1/+0 * Fix error test on Windows.Glenn Watson2012-08-162-1/+2 * Fix for restoring dockwidget's size when it gets dragged.Mikko Knuutila2012-08-161-0/+27 * XMLHttpRequest does not support the DELETE methodJani Honkonen2012-08-154-3/+29 * test: Re-enabling tst_QFont testSergio Ahumada2012-08-151-2/+0 * test: Re-enable tst_QGraphicsEffect test.Sergio Ahumada2012-08-152-2/+22 * license: Fix Blackberry/QNX license headersSergio Ahumada2012-08-141-17/+0 * test: Re-enabling tst_QTreeView testSergio Ahumada2012-08-141-1/+0 * test: Re-enabling tst_QMenu testSergio Ahumada2012-08-141-2/+0 * test: Re-enabling tst_QNetworkConfiguration testSergio Ahumada2012-08-141-2/+0 * test: Re-enabling tst_QNetworkConfigurationManager testSergio Ahumada2012-08-141-2/+0 * test: Re-enabling tst_QWidget_windowSergio Ahumada2012-08-131-2/+0 * test: Mark tst_QTimeLine as significant on platforms other than WindowsSergio Ahumada2012-08-101-1/+1 * tests: Re-enable tst_MacNativeEvents test.Sergio Ahumada2012-08-092-3/+5 * tests: Re-enable tst_QMdiSubWindow test.Sergio Ahumada2012-08-082-2/+5 * tests: Re-enable tst_QGraphicsProxyWidget test.Sergio Ahumada2012-08-082-2/+6 * Changed qt version to 4.8.3jutaipal2012-08-086-6/+6 * Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-081-0/+66 * test: Re-enable tst_Symbols testSergio Ahumada2012-08-082-3/+1 * tests: Re-enable QTextScriptEngine test.Sergio Ahumada2012-08-062-2/+10 * tests: Re-enable QAccessibility test.Sergio Ahumada2012-08-032-2/+12 * Don't crash if queued signal handler no longer existsKent Hansen2012-08-031-0/+33 * Fix crash when converting invalid JSValue to stringKent Hansen2012-08-031-0/+9 * Stop allowing the old-style Contact: line in license headersSergio Ahumada2012-08-021-7/+1 * test: Re-enable tst_Headers test.Sergio Ahumada2012-08-021-2/+0 * Fix crash when accessing QObject properties through activation objectKent Hansen2012-08-021-0/+18 * Update contact information in license headers.Sergio Ahumada2012-08-01