Commit Graph

17 Commits

Author SHA1 Message Date
Eric Snow 88fe8028a0 [PEP 451] Add namespace package support to example code and explain more about reloading. 2013-10-28 22:56:35 -06:00
Eric Snow e1e050aca8 [PEP 451] Add in missing spec arg in loading code. 2013-10-26 22:11:29 -06:00
Eric Snow c9ba4a9756 [PEP 451] Updates in response to the latest feedback.
This includes removing the remaining ModuleSpec methods and de-emphasizing
that find_spec() returns actual ModuleSpec instances.
2013-10-26 18:30:41 -06:00
Eric Snow 7dcf9d7527 [PEP 451] Fix a ModuleSpec attribute (parent) that was named inconsistently in different parts. 2013-10-22 21:27:10 -06:00
Eric Snow 3cc4e26a24 [PEP 451] Fix some typos. 2013-10-22 20:09:07 -06:00
Eric Snow 79f12c3388 [PEP 451] Clarify about namespace packages and about what ModuleSpec does during loading. 2013-10-22 17:59:33 -06:00
Eric Snow d57c8be816 [PEP 451] Don't change the signature of the file-based finders.
The "Open Issues" section is also cleaned up.
2013-10-22 09:37:20 -06:00
Eric Snow d96d7091d6 Clarify the meaning of "name". 2013-10-07 11:01:48 -06:00
Eric Snow 75c006347a [PEP 451] Record posting to python-dev. 2013-10-04 23:21:29 -06:00
Eric Snow 24c5df69c6 [PEP 451] Minor edits in response to feedback.
Also removed spec_from_module(), which isn't very useful outside the
import system.
2013-10-01 22:07:46 -06:00
Eric Snow c05cf5453c [PEP 451] Updates in response to comments.
This includes the addition of a list of terms and concepts.
2013-09-24 23:31:29 -06:00
Eric Snow b168dc315c PEP-0451: fix ReST footnotes. 2013-09-18 23:07:17 -06:00
Eric Snow 8cf5766d33 A few cosmetic fixes for PEP 451. 2013-09-18 23:04:47 -06:00
Eric Snow ed9161cd0d PEP 451 cleanup in response to comments. 2013-09-18 03:46:21 -06:00
Eric Snow beef1cda6c Update post-history on PEP 451. 2013-08-28 02:54:09 -06:00
Eric Snow dffee71a33 Big update to PEP 451 in response to feedback. 2013-08-28 02:43:45 -06:00
Eric Snow 61cd5d3f7a Add the initial version of PEP 451. 2013-08-14 19:59:31 -06:00