commit | 1738311dab01da9ed884bd3d9622ead932fc6905 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Apr 21 10:32:28 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Apr 21 10:32:28 1994 +0000 |
tree | 118f885798272629ccfd24e0611bc7d1e274d23e | |
parent | 590b289672f340f2d122c6d75f195949213974e8 [diff] |
Documented new built-in function vars(). Documented new formatting features: %s takes any type, and '%(key)format' % dictionary. Documented posixpath.expandvars().