diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-17 05:30:26 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-17 05:30:26 (GMT) |
commit | 3081421d9e7456f4c3078ec40ee445751c5c5a07 (patch) | |
tree | cad420f833fed34895bd40706c4ede74dea73bc3 /Makefile.pre.in | |
parent | 27eba5e88810e433633e0028cc68e74619ace377 (diff) | |
download | cpython-3081421d9e7456f4c3078ec40ee445751c5c5a07.zip cpython-3081421d9e7456f4c3078ec40ee445751c5c5a07.tar.gz cpython-3081421d9e7456f4c3078ec40ee445751c5c5a07.tar.bz2 |
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 'Makefile.pre.in')
0 files changed, 0 insertions, 0 deletions