##// END OF EJS Templates
add note about sync_imports...
MinRK -
Show More
@@ -753,6 +753,13 b' be collected and raise a CompositeError, as demonstrated in the next section.'
753 ....: time.sleep(t)
753 ....: time.sleep(t)
754 ....: return t
754 ....: return t
755
755
756 .. note::
757
758 :func:`sync_imports` does not allow ``import foo as bar`` syntax,
759 because the assignment represented by the ``as bar`` part is not
760 available to the import hook.
761
762
756 .. _parallel_exceptions:
763 .. _parallel_exceptions:
757
764
758 Parallel exceptions
765 Parallel exceptions
General Comments 0
You need to be logged in to leave comments. Login now