From f8a2b37540025ef4d433aa50e9720579d31760fb 2009-06-30 20:16:23 From: Brian Granger Date: 2009-06-30 20:16:23 Subject: [PATCH] Minor edits to reorg.txt. --- diff --git a/docs/source/development/reorg.txt b/docs/source/development/reorg.txt index e594e03..bb45d50 100644 --- a/docs/source/development/reorg.txt +++ b/docs/source/development/reorg.txt @@ -64,9 +64,9 @@ We propose to create the following new sub-packages: * :mod:`IPython.sandbox`. This is for code that is untested and/or rotting and needs to be removed from IPython. Eventually all this code will either i) be - revived with tests and docs and re-included into IPython or 2) be removed from - IPython proper, but put into a separate top-level (not IPython) package that we - keep around. + revived by someone willing to maintain it with tests and docs and + re-included into IPython or 2) be removed from IPython proper, but put into + a separate top-level (not IPython) package that we keep around. Where things will be moved ==========================