summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-03-22 07:18:02 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-03-22 07:18:02 (GMT)
commit57c179c5b92f1cbe21e23b514f34f75e0d32bbfb (patch)
tree9500c78afa0bbbfcc982ba50899fc5c74cc8ed20 /Misc/NEWS
parentf84c38a39ad9b870a43d35fba7d0f3586a492176 (diff)
downloadcpython-57c179c5b92f1cbe21e23b514f34f75e0d32bbfb.zip
cpython-57c179c5b92f1cbe21e23b514f34f75e0d32bbfb.tar.gz
cpython-57c179c5b92f1cbe21e23b514f34f75e0d32bbfb.tar.bz2
Remove staticforward and statichere
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1595649..3dce99d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -47,6 +47,8 @@ Core and Builtins
- input(), raw_input() and apply() are gone.
+- Removed staticforward and statichere macros.
+
Extension Modules
-----------------