Commit Graph

73 Commits

Author SHA1 Message Date
Eric V. Smith c583e83c4e Clarifaction about creating namespace packages. Thanks Carl Meyer. 2012-04-28 06:23:39 -04:00
Eric V. Smith a62461d85c Added mention of dynamic __path__ updating. 2012-04-27 09:03:59 -04:00
Eric V. Smith 5e7ed448e8 Fixed ImportWarning discussion. 2012-04-26 11:05:41 -04:00
Eric V. Smith 45bbfe1672 Slight clarifications about packaging. 2012-04-26 08:30:19 -04:00
Eric V. Smith 61b2840d94 Drop implementation detail. 2012-04-26 04:57:05 -04:00
Eric V. Smith 6741895e98 Add a note that a namespace package is not a different type of package, but a new way of creating a package. 2012-04-25 13:52:33 -04:00
Eric V. Smith f1955cfc07 Fix typo. 2012-04-25 13:35:07 -04:00
Eric V. Smith 481d0d80c3 Put two spaces after the end of sentences, so that emacs does a better job at reflowing text. 2012-04-25 13:33:23 -04:00
Eric V. Smith 32753d298e Flesh out packaging implications section. 2012-04-25 13:28:21 -04:00
Eric V. Smith 6245d46ad6 Add placeholder section for packaging implications. 2012-04-24 21:21:04 -04:00
Eric V. Smith 0f69eab7e2 Update section on impact to finders. 2012-04-24 13:05:25 -04:00
Eric V. Smith e7bef9d9f5 Added pointer to features/pep-420 branch. 2012-04-24 07:12:00 -04:00
Eric V. Smith 1802251773 Grammar improvement. 2012-04-20 09:22:25 -04:00
Eric V. Smith 35b91f08b9 More backticks. 2012-04-20 08:35:55 -04:00
Eric V. Smith e494078006 Fix references to extend_path and declare_namespace. Also make it clearer that these functions don't need to be removed: they just won't be needed for implicit namespace packages. 2012-04-20 08:18:01 -04:00
Eric V. Smith 7699a85f3d It's finders and loaders that will be impacted. 2012-04-20 08:11:56 -04:00
Eric V. Smith 497d6b8f78 Cleanup. Add double backticks where needed. 2012-04-20 06:29:55 -04:00
Eric V. Smith 661887ade7 Another improvement by Nick: a better description of splitting portions among multiple directories. 2012-04-20 06:20:24 -04:00
Eric V. Smith ce4af70258 Improved paragraph on __path__ recalculation. Suggested by Nick Coglan. 2012-04-20 06:15:03 -04:00
Eric V. Smith 2280b40e6a ImportError -> ImportWarning. 2012-04-20 04:51:07 -04:00
Eric V. Smith 2cc4d29794 Note that ImportError will no longer be raised due to a missing __init__.py file. 2012-04-19 18:56:22 -04:00
Eric V. Smith 97b3e45cff Grammar fixes by Brett Cannon. 2012-04-19 18:10:05 -04:00
Eric V. Smith 068205c7bb Added PEP 420. Thanks to MvL. Much of the text comes from PEP 382 and his recap of the PyCon discussion. 2012-04-19 16:16:16 -04:00