##// 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 of the IPython core. These things will go here. Any better names than
55 of the IPython core. These things will go here. Any better names than
56 :mod:`IPython.lib`?
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 eventually be found in the Python standard library, like things in
59 eventually be found in the Python standard library, like things in
60 :mod:`genutils`. Each sub-module in this sub-package should contain functions
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
61 and classes that serve a single purpose.
62 :mod:`twisted.python`. Could also call this :mod:`IPython.tools`,
63 :mod:`IPython.utils` or something similar.
64
62
65 * :mod:`IPython.sandbox`. This is for code that is untested and/or rotting and
63 * :mod:`IPython.deathrow`. This is for code that is untested and/or rotting
66 needs to be removed from IPython. Eventually all this code will either i) be
64 and needs to be removed from IPython. Eventually all this code will either
67 revived by someone willing to maintain it with tests and docs and
65 i) be revived by someone willing to maintain it with tests and docs and
68 re-included into IPython or 2) be removed from IPython proper, but put into
66 re-included into IPython or 2) be removed from IPython proper, but put into
69 a separate top-level (not IPython) package that we keep around. No new code
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 Where things will be moved
74 Where things will be moved
73 ==========================
75 ==========================
General Comments 0
You need to be logged in to leave comments. Login now