diff options
| author | Lennart Regebro <regebro@gmail.com> | 2012-08-22 12:32:11 +0200 |
|---|---|---|
| committer | Lennart Regebro <regebro@gmail.com> | 2012-08-22 12:32:11 +0200 |
| commit | 9dc9fea4a5661e119f30f4cdec3ef99e46b5f919 (patch) | |
| tree | fa0ff35c0a46713b41589fd6c1484f992577844f /CHANGES.txt | |
| parent | e19d57773e1abb8d8f3f46417b07c1617d2d91ea (diff) | |
| download | external_python_setuptools-9dc9fea4a5661e119f30f4cdec3ef99e46b5f919.tar.gz external_python_setuptools-9dc9fea4a5661e119f30f4cdec3ef99e46b5f919.tar.bz2 external_python_setuptools-9dc9fea4a5661e119f30f4cdec3ef99e46b5f919.zip | |
Issue #306: Even if 2to3 is used, we build in-place under Python 2.
--HG--
branch : distribute
extra : rebase_source : db4a1a3059533ad0c894f12c31e3fe1c238f4292
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 8fc1c3ff..c594a103 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,7 @@ CHANGES as the egg link would go to the Python 2 source. Linking to the 2to3'd code in build/lib makes it work, although you will have to rebuild the module before testing it. +* Issue #306: Even if 2to3 is used, we build in-place under Python 2. ------ 0.6.28 |
