language-python icon indicating copy to clipboard operation
language-python copied to clipboard

Python package for Atom

Results 44 language-python issues
Sort by recently updated
recently updated
newest added

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: * Followed...

### Prerequisites * [ X ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode:...

As seen in the below code snippit - the extra assignment lines are interpreted as being part of the triple quote. Getting rid of the parens or the SELECT statement...

bug

This wasn't happening in other files, but for this script if a set of brackets are left empty in the docstring it breaks the highlighting for the rest of the...

needs-reproduction

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode *...

![screenshot](http://i.imgur.com/YUF15zw.png) language-python assumes that percent (`%`) characters always begin a C-style formatting string, though HTML-encoded strings are also common. What's the best way to deal with this issue? Check for...

### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode...

### Prerequisites * [ X] Put an X between the brackets on this line if you have done all of the following: * Reproduced the problem in Safe Mode: http://flight-manual.atom.io/hacking-atom/sections/debugging/#using-safe-mode...

``` python from __future__ import (absolute_import, division, print_function, unicode_literals) ``` Bonus points for also supporting six to pull in replaced built-ins: ``` python from six.moves import filter, input, map, range,...

enhancement