summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS5
2 files changed, 4 insertions, 2 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 1dc50a3..04114bf 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -91,6 +91,7 @@ Lee Busby
Ralph Butler
Jp Calderone
Daniel Calvelo
+Tony Campbell
Brett Cannon
Mike Carlton
Terry Carroll
diff --git a/Misc/NEWS b/Misc/NEWS
index f583ac9..af0d1f2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,8 +22,9 @@ Extension modules
Library
-------
-- bdist_rpm now supports command line options {pre,post}-install,
- {pre,post}-uninstall, and {prep,build,install,clean,verify}-script.
+- bdist_rpm now supports command line options --force-arch,
+ {pre,post}-install, {pre,post}-uninstall, and
+ {prep,build,install,clean,verify}-script.
- SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support
decoding incomplete input (when the input stream is temporarily exhausted).
``codecs.StreamReader`` now implements buffering, which enables proper