diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-08-13 23:04:08 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-08-13 23:04:08 +0000 |
| commit | 53cf2db1ed9a75fc4093cb81277510865e8a6db9 (patch) | |
| tree | 02731d6a0687dd6d9962188e7f2024023fc98327 /api_tests.txt | |
| parent | b8878fdb9dc2bfe8733a852547f15ec167476752 (diff) | |
| download | python-setuptools-git-53cf2db1ed9a75fc4093cb81277510865e8a6db9.tar.gz | |
Added docs for main EntryPoint APIs, and cleaned up the API itself a bit.
Also fixed a few bugs.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041192
Diffstat (limited to 'api_tests.txt')
| -rwxr-xr-x | api_tests.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api_tests.txt b/api_tests.txt index 24f3adea..ae5392ba 100755 --- a/api_tests.txt +++ b/api_tests.txt @@ -138,7 +138,7 @@ to it:: ['http://example.com/something'] >>> dist in ws True - >>> Distribution('foo') in ws + >>> Distribution('foo',version="") in ws False And you can iterate over its distributions:: |
