More unit tests
[codimension.git] / thirdparty / rope-0.9.4 / README.txt
blob14e73ce96afc3f83a58641a04f033145a17b6049
1 ========================================
2  rope, a python refactoring library ...
3 ========================================
6 Overview
7 ========
9 `Rope`_ is a python refactoring library.
11 .. _`rope`: http://rope.sf.net/
14 New Features
15 ============
17 * codeassist: better handling of unicode in docstrings
18 * codeassist: handling builtin unknowns, such as sys.stdout
19 * codeassist: proposals scopes and types revised
20 * fscommands: handle hg crew ui changes
21 * patchedast: handle ExtSlice node
23 Getting Started
24 ===============
26 * List of features: `docs/rope.txt`_
27 * Overview of some of rope's features: `docs/overview.txt`_
28 * Using as a library: `docs/library.txt`_
29 * Contributing: `docs/contributing.txt`_
31 To change your project preferences edit
32 ``$PROJECT_ROOT/.ropeproject/config.py`` where ``$PROJECT_ROOT`` is
33 the root folder of your project (this file is created the first time
34 you open a project).
37 Bug Reports
38 ===========
40 Send your bug reports and feature requests to `rope-dev (at)
41 googlegroups.com`_.
43 .. _`rope-dev (at) googlegroups.com`: http://groups.google.com/group/rope-dev
46 License
47 =======
49 This program is under the terms of GPL (GNU General Public License).
50 Have a look at ``COPYING`` file for more information.
53 .. _`docs/rope.txt`: docs/rope.html
54 .. _`docs/overview.txt`: docs/overview.html
55 .. _`docs/contributing.txt`: docs/contributing.html
56 .. _`docs/library.txt`: docs/library.html