Commit 600590d4 authored by Hanno Schlichting's avatar Hanno Schlichting

Applied patch for Jython api_tests.txt doctest compatibility by pjenvey. This closes #7.

--HG--
branch : distribute
extra : rebase_source : f60caa86a529c96b8159fe423098ee2be625658d
parent 457f9578
......@@ -170,8 +170,8 @@ You can append a path entry to a working set using ``add_entry()``::
>>> ws.entries
['http://example.com/something']
>>> ws.add_entry(pkg_resources.__file__)
>>> ws.entries
['http://example.com/something', '...pkg_resources.py...']
>>> ws.entries == ['http://example.com/something', pkg_resources.__file__]
True
Multiple additions result in multiple entries, even if the entry is already in
the working set (because ``sys.path`` can contain the same entry more than
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment