summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 8ec8fb4..9225031 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -62,6 +62,7 @@ Dominic Binks
Philippe Biondi
Stuart Bishop
Roy Bixler
+Mike Bland
Martin Bless
Pablo Bleyer
Erik van Blokland
diff --git a/Misc/NEWS b/Misc/NEWS
index 164edc8..6738809 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,8 @@ Core and builtins
- dict.__getitem__ now looks for a __missing__ hook before raising
KeyError.
+- PEP 343: with statement implemented.
+
- Fix the encodings package codec search function to only search
inside its own package. Fixes problem reported in patch #1433198.