| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 37bae58 commit 1bc03d8
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -45,7 +45,7 @@ A checklist to perform some manual tests before a release: | |||
| 45 | 45 | ||
| 46 | 46 | Check that all of the following work before a release: | |
| 47 | 47 | ||
| 48 | - * Runs under Python 2.6, 2.7, 3.3, and 3.4. | ||
| 48 | + * Runs under Python 2.6, 2.7, 3.3, 3.4 and 3.5. | ||
| 49 | 49 | * Save | |
| 50 | 50 | * Rewind | |
| 51 | 51 | * Pastebin | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ equivalent file. | |||
| 16 | 16 | ||
| 17 | 17 | .. code-block:: bash | |
| 18 | 18 | ||
| 19 | - alias bpython2.6='PYTHONPATH=~/python/bpython python2.6 -m bpython.cli' | ||
| 19 | + alias bpython3.5='PYTHONPATH=~/python/bpython python3.5 -m bpython.cli' | ||
| 20 | 20 | ||
| 21 | 21 | Where the `~/python/bpython`-path is the path to where your bpython source code | |
| 22 | 22 | resides. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments