diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-17 05:30:26 +0000 |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-17 05:30:26 +0000 |
commit | 3081421d9e7456f4c3078ec40ee445751c5c5a07 (patch) | |
tree | cad420f833fed34895bd40706c4ede74dea73bc3 /Python/sigcheck.c | |
parent | 27eba5e88810e433633e0028cc68e74619ace377 (diff) | |
download | cpython-git-3081421d9e7456f4c3078ec40ee445751c5c5a07.tar.gz |
Change temp names created by listcomps from [%d] to _[%d], so the one-liner
[k for k in dir() if k[0] != "_"]
can be used to get the non-private names (used to contain "[1]").
Diffstat (limited to 'Python/sigcheck.c')
0 files changed, 0 insertions, 0 deletions