thecocce / pyscripter

Automatically exported from code.google.com/p/pyscripter
0 stars 0 forks source link

strings with open brackets #405

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello,

I encountered the following situation:
1. type "test" in the editor
2. goto the beginning and type len(
3. The result is len()"test"
4. Now delete everything and type a number (for instance 123)
5. goto the beginning and type len(
6. the result is len(123

I would expected, that 3. results in len("test"

Original issue reported on code.google.com by mproel...@googlemail.com on 2 Sep 2010 at 6:16

GoogleCodeExporter commented 9 years ago
Fixed in version control.

Original comment by pyscripter on 17 Sep 2010 at 2:57

GoogleCodeExporter commented 9 years ago

Original comment by pyscripter on 30 Sep 2010 at 2:59