From 898ac3ef244465848be4748fc68a6ae4083fc394 Mon Sep 17 00:00:00 2001 From: tarek Date: Wed, 14 Oct 2009 16:05:29 +0200 Subject: doc typo. fixes 67 --HG-- branch : distribute extra : rebase_source : 2f89aa2f065390966c0dad309e91ac8e30de5dfc --- CHANGES.txt | 2 ++ docs/roadmap.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 3229a831..88dd59b1 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,8 @@ CHANGES 0.6.5 ----- +* Issue 67: Fixed doc typo (PEP 381/382) + * Distribute no longer shadows setuptools if we require a 0.7-series setuptools. And an error is raised when installing a 0.7 setuptools with distribute. diff --git a/docs/roadmap.txt b/docs/roadmap.txt index e97ab57d..6182ed3b 100644 --- a/docs/roadmap.txt +++ b/docs/roadmap.txt @@ -59,7 +59,7 @@ we've done a lot already) - no more custom site.py (that is: if something misses in Python's site.py we'll add it there instead of patching it) -- no more namespaced packages system, if PEP 381 (namespaces package +- no more namespaced packages system, if PEP 382 (namespaces package support) makes it to 2.7 - The code is splitted in many packages and might be distributed under -- cgit v1.2.1