summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
author?ric Araujo <merwok@netwok.org>2011-11-12 05:08:01 +0100
committer?ric Araujo <merwok@netwok.org>2011-11-12 05:08:01 +0100
commit123c3e80926d8ae17cb9c21b5b85db821f671563 (patch)
tree85f25323ad48fa8a2dce043e0719adc025be5ee3 /CHANGES.txt
parent37cc8079333cd92ae07a969acbcd8978c14b776a (diff)
downloaddisutils2-123c3e80926d8ae17cb9c21b5b85db821f671563.tar.gz
Undo potentially confusing name change.
This method was named reinitialize_command in distutils and accompanied by a comment suggesting to change it to get_reinitialized_command. Following that, I did the change for distutils2, but it proved confusing: The Distribution object has an internal cache of command objects, to make sure only one instance is ever used, and the name get_reinitialized_command could suggest that the object returned was independent of that cache, which it was not. I?m reverting the name change to make code clearer.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 225fb1f..8491359 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -153,6 +153,7 @@ CONTRIBUTORS.txt for full names. Bug numbers refer to http://bugs.python.org/.
[éric]
- The signature of tests.support.LoggingCatcher.get_logs changed, see
docstring [éric]
+- Rename get_reinitialized_command back to reinitialize_command [éric]
1.0a3 - 2010-10-08