[Python-checkins] distutils2: Add missing entry

eric.araujo python-checkins at python.org
Mon Nov 14 15:24:08 CET 2011


http://hg.python.org/distutils2/rev/bfae20822a7a
changeset:   1245:bfae20822a7a
user:        Éric Araujo <merwok at netwok.org>
date:        Sat Nov 12 05:49:50 2011 +0100
summary:
  Add missing entry

files:
  CHANGES.txt |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/CHANGES.txt b/CHANGES.txt
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -148,6 +148,7 @@
 - #13170: Revert one of Jeremy's changes to config to fix a bug, kludge around
   shlex not supporting unicode in 2.x, fix wrong shutil import [david, éric]
 - #13205: Fix and improve generated setup scripts [david, éric]
+- #12386: Fix writing of the RESOURCES file [éric]
 - #11751: Improve test coverage for manifest [justin]
 - Byte compilation is now isolated from the calling Python -B or -O options
   [éric]

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


More information about the Python-checkins mailing list