SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 16 Python

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]").
T
Tim Peters committed
3081421d9e7456f4c3078ec40ee445751c5c5a07
Parent: 27eba5e