This file is indexed.

/usr/share/doc/python-mechanize/download.txt is in python-mechanize 1:0.2.5-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
% mechanize -- Download

There is more than one way to obtain mechanize:

_Note re Windows and Mac support: currently the tests are only routinely run on
[Ubuntu](http://www.ubuntu.com/) 9.10 ("karmic").  However, as far as I know,
mechanize works fine on Windows and Mac platforms._


easy_install
------------

  #. Install [EasyInstall](http://peak.telecommunity.com/DevCenter/EasyInstall)

  #. `easy_install mechanize`

Easy install will automatically download the latest source code release and
install it.


Source code release
-------------------

  #. Download the source from one of the links below

  #. Unpack the source distribution and change directory to the resulting
top-level directory.

  #. `python setup.py install`


This is a stable release.

  * [`mechanize-0.2.5.tar.gz`](http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.5.tar.gz)

  * [`mechanize-0.2.5.zip`](http://pypi.python.org/packages/source/m/mechanize/mechanize-0.2.5.zip)

  * [Older versions.](./src/) Note: these are hosted on sourceforge, which at the time of writing (2011-03-31) is returning invalid HTTP responses -- you can also find old releases on [PyPI](http://pypi.python.org/))

All the documentation (these web pages, docstrings, and [the
changelog](./ChangeLog.txt)) is included in the distribution.


git repository
--------------

The [git](http://git-scm.com/) repository is
[here](http://github.com/jjlee/mechanize).  To check it out:

  #. <p>`git clone git://github.com/jjlee/mechanize.git`</p>


<!-- Local Variables: -->
<!-- fill-column:79 -->
<!-- End: -->