summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-10-27 20:39:47 (GMT)
committerGeorg Brandl <georg@python.org>2006-10-27 20:39:47 (GMT)
commita35f8e05382aa53b98f423b918ae5f4bd030923a (patch)
tree7a168448c630c4e24c8376d3b67bf044e3f65060 /Misc
parenta0a50feea816fef21c525212dd867f7d7f3f9ab4 (diff)
downloadcpython-a35f8e05382aa53b98f423b918ae5f4bd030923a.zip
cpython-a35f8e05382aa53b98f423b918ae5f4bd030923a.tar.gz
cpython-a35f8e05382aa53b98f423b918ae5f4bd030923a.tar.bz2
Patch #1552024: add decorator support to unparse.py demo script.
(backport from rev. 52488)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ad45fc..4150444 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,7 @@ Core and builtins
- fixed a bug with bsddb.DB.stat: the flags and txn keyword arguments
were transposed.
+
Extension Modules
-----------------
@@ -83,6 +84,7 @@ Extension Modules
- Make regex engine raise MemoryError if allocating memory fails.
+
Library
-------
@@ -124,6 +126,12 @@ Library
the close_fds arg to subprocess.Popen is not supported).
+Tools/Demos
+-----------
+
+- Patch #1552024: add decorator support to unparse.py demo script.
+
+
Tests
-----