##// END OF EJS Templates
Updates to reorg.txt.
Brian Granger -
Show More
@@ -55,19 +55,21 b' We propose to create the following new sub-packages:'
55 55 of the IPython core. These things will go here. Any better names than
56 56 :mod:`IPython.lib`?
57 57
58 * :mod:`IPython.python`. This sub-package will contain anything that might
58 * :mod:`IPython.utils`. This sub-package will contain anything that might
59 59 eventually be found in the Python standard library, like things in
60 60 :mod:`genutils`. Each sub-module in this sub-package should contain functions
61 and classes that serve a single purpose. Similar in purpose to
62 :mod:`twisted.python`. Could also call this :mod:`IPython.tools`,
63 :mod:`IPython.utils` or something similar.
61 and classes that serve a single purpose.
64 62
65 * :mod:`IPython.sandbox`. This is for code that is untested and/or rotting and
66 needs to be removed from IPython. Eventually all this code will either i) be
67 revived by someone willing to maintain it with tests and docs and
63 * :mod:`IPython.deathrow`. This is for code that is untested and/or rotting
64 and needs to be removed from IPython. Eventually all this code will either
65 i) be revived by someone willing to maintain it with tests and docs and
68 66 re-included into IPython or 2) be removed from IPython proper, but put into
69 67 a separate top-level (not IPython) package that we keep around. No new code
70 will be allowed here, so maybe "sandbox" is not the best name.
68 will be allowed here.
69
70 * :mod:`IPython.quarantine`. This is for code that doesn't meet IPython's
71 standards, but that we plan on keeping. To be moved out of this sub-package
72 a module needs to have a maintainer, tests and documentation.
71 73
72 74 Where things will be moved
73 75 ==========================
General Comments 0
You need to be logged in to leave comments. Login now