diff options
| author | Raymond Hettinger <python@rcn.com> | 2008-01-23 00:04:40 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2008-01-23 00:04:40 +0000 |
| commit | c226c311392abbda437300eaa9841d9e839854c0 (patch) | |
| tree | ccb398c254698142f25f194ec561375dda85181f /Misc | |
| parent | 2230bcfe24d6b28719aa6ef1c483a619e1960b6a (diff) | |
| download | cpython-git-c226c311392abbda437300eaa9841d9e839854c0.tar.gz | |
Let pprint() support sets and frozensets (suggested by David Mertz).
Diffstat (limited to 'Misc')
| -rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -378,6 +378,8 @@ Core and builtins Library ------- +- The pprint module now supports sets and frozensets. + - #1221598: add optional callbacks to ftplib.FTP's storbinary() and storlines() methods. (Contributed by Phil Schwartz) |
