diff options
| author | "Brett Cannon ext:(%22) <brett@python.org> | 2010-01-17 14:32:16 -0800 |
|---|---|---|
| committer | "Brett Cannon ext:(%22) <brett@python.org> | 2010-01-17 14:32:16 -0800 |
| commit | 72d79d0466d0bfb566939075d651a9f111189137 (patch) | |
| tree | 126f3ad8b84ecfd8f299ef557bfdbaf2423c60b6 /distribute.egg-info | |
| parent | 56d8bf130caec9061d304dbedf0a1b7e8f5ff396 (diff) | |
| download | python-setuptools-git-72d79d0466d0bfb566939075d651a9f111189137.tar.gz | |
Add some compatibility code for upload_docs so it will work in both
Python 2 and Python 3.
At this point in manual testing, Python 2.6 still works fine, but
Python 3 is getting a 200 from the upload which is not what is wanted;
a 301 is what is expected for a successful upload. But at least Python
3 is not throwing any more exceptions.
--HG--
branch : distribute
extra : rebase_source : 00020ec37fec743077e9614f8b0141aab41cc932
Diffstat (limited to 'distribute.egg-info')
| -rw-r--r-- | distribute.egg-info/entry_points.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distribute.egg-info/entry_points.txt b/distribute.egg-info/entry_points.txt index 1c9f123d..e1f704d8 100644 --- a/distribute.egg-info/entry_points.txt +++ b/distribute.egg-info/entry_points.txt @@ -32,7 +32,7 @@ depends.txt = setuptools.command.egg_info:warn_depends_obsolete [console_scripts] easy_install = setuptools.command.easy_install:main -easy_install-2.6 = setuptools.command.easy_install:main +easy_install-3.1 = setuptools.command.easy_install:main [setuptools.file_finders] svn_cvs = setuptools.command.sdist:_default_revctrl |
