[Python-checkins] distutils2: Add renaming ideas after IRC discussion, fix typo

tarek.ziade python-checkins at python.org
Sun Aug 8 11:50:46 CEST 2010


tarek.ziade pushed 0a8911f43e3e to distutils2:

http://hg.python.org/distutils2/rev/0a8911f43e3e
changeset:   434:0a8911f43e3e
parent:      422:d6315cf22846
user:        ?ric Araujo <merwok at netwok.org>
date:        Tue Aug 03 17:27:39 2010 +0200
summary:     Add renaming ideas after IRC discussion, fix typo
files:       src/DEVNOTES.txt

diff --git a/src/DEVNOTES.txt b/src/DEVNOTES.txt
--- a/src/DEVNOTES.txt
+++ b/src/DEVNOTES.txt
@@ -9,7 +9,7 @@
   that you have all Python versions installed from 2.4 to 2.7.
 
 - With Python 2.4, if you want to run tests with runtests.py, or run
-  ust one test directly, be sure to run python2.4 setup.py build_ext
+  just one test directly, be sure to run python2.4 setup.py build_ext
   first, else tests won't find _hashlib or _md5. When using tests.sh,
   build_ext is automatically done.
 
@@ -18,3 +18,5 @@
   - DistributionMetadata > Metadata or ReleaseMetadata
   - pkgutil > pkgutil.__init__ + new pkgutil.database (or better name)
   - pypi > index
+  - RationalizedVersion > Version
+  - suggest_rationalized_version > suggest

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list