Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Side by Side Diff: bootstrap/virtualenv/CONTRIBUTING.rst

Issue 2520493003: Vendor virtualenv, update to 15.1.0. (Closed)
Patch Set: Fix cache directory usage, now hermetic w/ deps-dir. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « bootstrap/virtualenv/AUTHORS.txt ('k') | bootstrap/virtualenv/LICENSE.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 virtualenv
2 ==========
3
4 See docs/index.rst for user documentation.
5
6 Contributor notes
7 -----------------
8
9 * virtualenv is designed to work on python 2 and 3 with a single code base.
10 Use Python 3 print-function syntax, and always ``use sys.exc_info()[1]``
11 inside the ``except`` block to get at exception objects.
12
13 * virtualenv uses git-flow_ to `coordinate development`_. The latest stable
14 version should exist on the *master* branch, and new work should be
15 integrated to *develop*.
16
17 * All changes to files inside virtualenv_embedded should be integrated to
18 ``virtualenv.py`` with ``bin/rebuild-script.py``.
19
20 .. _git-flow: https://github.com/nvie/gitflow
21 .. _coordinate development: http://nvie.com/posts/a-successful-git-branching-mod el/
OLDNEW
« no previous file with comments | « bootstrap/virtualenv/AUTHORS.txt ('k') | bootstrap/virtualenv/LICENSE.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698