aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortarek <none@none>2009-10-15 22:19:59 +0200
committertarek <none@none>2009-10-15 22:19:59 +0200
commit5cbce15dc90730c38c1697b8011cecb0618ae89c (patch)
tree1b09902737c47d2db1cfd5963f864b3990abc432
parentd7f3fac74d074474ef490535f3e8b366969bac7e (diff)
downloadexternal_python_setuptools-5cbce15dc90730c38c1697b8011cecb0618ae89c.tar.gz
external_python_setuptools-5cbce15dc90730c38c1697b8011cecb0618ae89c.tar.bz2
external_python_setuptools-5cbce15dc90730c38c1697b8011cecb0618ae89c.zip
fixed reSt
--HG-- branch : distribute extra : rebase_source : fd6a217d7357be4ee3957f683f55b3b2edf318bd
-rw-r--r--docs/roadmap.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/roadmap.txt b/docs/roadmap.txt
index 6182ed3b..fcd55185 100644
--- a/docs/roadmap.txt
+++ b/docs/roadmap.txt
@@ -54,7 +54,7 @@ we've done a lot already)
- the version system will be deprecated, in favor of the one in Distutils
- no more Distutils monkey-patch that happens once you use the code
- (things like 'from distutils import cmd; cmd.Command = CustomCommand')
+ (things like 'from distutils import cmd; cmd.Command = CustomCommand')
- no more custom site.py (that is: if something misses in Python's
site.py we'll add it there instead of patching it)