Merge pull request #214 from pengkui/master

added some comments on .vimrc for vim beginners
This commit is contained in:
Kenneth Reitz
2012-11-15 17:22:39 -08:00
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ level of compatibility with Python packages and C extension modules.
If you are writing open-source Python code and want to reach the widest possible
audience, targeting CPython is your best bet. If you need to use any packages
that are rely on C extensions for their functionality (eg: numpy) then CPython
that rely on C extensions for their functionality (eg: numpy) then CPython
is your only choice.
Being the reference implementation, all versions of the Python language are