8000 Add a 'frequent problems' section into README.rst to avoid non-issue … · python-mode/python-mode@55b878d · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 55b878d

Browse files
committed
Add a 'frequent problems' section into README.rst to avoid non-issue issues being opened.
1 parent 4f6e134 commit 55b878d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,22 @@ You can override the default key bindings by redefining them in your `.vimrc`, f
163163
let g:pymode_doc_bind = "<C-S-d>"
164164

165165

166+
Frequent Problems
167+
=================
168+
169+
Read this section before opening an issue on the tracker.
170+
171+
Python 3 Syntax
172+
---------------
173+
174+
By default python-mode uses python 2 syntax checking. To enable python 3
175+
syntax checking (e.g. for async) add::
176+
177+
let g:pymode_python = 'python3'
178+
179+
To your vimrc or exrc file
180+
181+
166182
Documentation
167183
=============
168184

0 commit comments

Comments
 (0)
0