diff options
author | Georg Brandl <georg@python.org> | 2006-10-27 20:39:43 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-10-27 20:39:43 (GMT) |
commit | 275627830424a51b1ef120fa749cd9a1c941c6e8 (patch) | |
tree | b04596e4965362a012cee235c5c47de443b6377f /Misc | |
parent | 112d1a64ac057bdf4d3ce82c3c797c35beee73f5 (diff) | |
download | cpython-275627830424a51b1ef120fa749cd9a1c941c6e8.zip cpython-275627830424a51b1ef120fa749cd9a1c941c6e8.tar.gz cpython-275627830424a51b1ef120fa749cd9a1c941c6e8.tar.bz2 |
Patch #1552024: add decorator support to unparse.py demo script.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -156,6 +156,7 @@ Library - fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments were transposed. + Extension Modules ----------------- @@ -225,8 +226,10 @@ Documentation to a newly created list object and add notes that this isn't a good idea. -Tools ------ +Tools/Demos +----------- + +- Patch #1552024: add decorator support to unparse.py demo script. - Make auto-generated python.vim file list built-ins and exceptions in alphatbetical order. Makes output more deterministic and easier to tell if |