~ensoft-opensource/+junk/cpython

« back to all changes in this revision

Viewing changes to Doc/library/importlib.rst

  • Committer: Martin Morrison
  • Date: 2013-05-05 04:00:22 UTC
  • Revision ID: mm@ensoft.co.uk-20130505040022-0c7bbg543vfcco0v
Latest sync

Show diffs side-by-side

added added

removed removed

Lines of Context:
827
827
      decorator as it subsumes this functionality.
828
828
 
829
829
   .. versionchanged:: 3.4
830
 
      Set ``__loader__`` if set to ``None`` as well if the attribute does not
 
830
      Set ``__loader__`` if set to ``None``, as if the attribute does not
831
831
      exist.
832
832
 
833
833