diff options
author | Georg Brandl <georg@python.org> | 2008-01-21 16:34:07 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-21 16:34:07 (GMT) |
commit | 864de8274c5d2904e1df6837450408cfdb6f9e11 (patch) | |
tree | 27e98a38dbcf825323315947b196542d2ba0a464 /Misc | |
parent | 960b186eafd75954507369eed443896465b0b010 (diff) | |
download | cpython-864de8274c5d2904e1df6837450408cfdb6f9e11.zip cpython-864de8274c5d2904e1df6837450408cfdb6f9e11.tar.gz cpython-864de8274c5d2904e1df6837450408cfdb6f9e11.tar.bz2 |
#1555501: document plistlib and move it to the general library.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -369,6 +369,8 @@ Core and builtins Library ------- +- #1555501: move plistlib from plat-mac directory to general library. + - #1269: fix a bug in pstats.add_callers() and add a unit test file for pstats. |