-
I should just filter out parenthetical areas.
-
I have the following (ugly) statement
``` Python
arrays = sorted(filter(
lambda x: not any(y for y in ['NOMON', 'NEW'] if y in x) and
any(y for y in ['-AN', '-P2P'] if y in x)…
-
BPO | [39989](https://bugs.python.org/issue39989)
--- | :---
Nosy | @rhettinger, @terryjreedy, @mdickinson, @ericvsmith, @benjaminp, @serhiy-storchaka, @asottile, @pablogsal
PRs | python/cpython#19039…
-
### Describe the bug
String parser deletes a closing parenthesis from the string.
I've seen this elsewhere, so I know this is not isolated only to variable creation, but I can repeatedly reproduce…
-
|- 0 Newline ' '
|- 1 DML 'INSERT'
|- 2 Whitespace ' '
|- 3 Keyword 'INTO'
|- 4 Whitespace ' '
|- 5 Function 't1 (t0)'
| |- 0 Identifier 't1'
| | `- 0 Name 't1'
| |- 1 Whitespace ' '
| `…
-
it would be great to see the backward action on Shift+Tab combination
meaning, while single Tab moves cursor from left to right (out of parenthesis)
combination Shift+Tab moves it back from right to…
-
Selection to matching parenthesis
`v%` if the cursor is on the starting/ending parenthesis
Selection to matching curly brace
`vi{`
Select text between quotes:
`vi"` for double quotes
`vi'` f…
-
# Description
Regarding all the vocabulary used for the VCS commands, *i.e* "commit", "checkout", "cherry pick", "pull", "fetch" etc… the french localization is IMHO just confusing.
I feel that fr…
-
Hello, I encountered the following when printing an expression. I'm not sure if it is sympy's issue or it is my abuse of `UnevaluatedExpr` or `is_commutative`. Could someone take a look? Thanks!
```
…
-
Unable to use get_vapp in pyvcloud.vcd.vdc.VDC when vAPP names contain opening parenthesis without a closing parenthesis.
Example exception:
pyvcloud.vcd.vdc.VDC.get_vapp('Discovered VM Name (')
…