summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2006-01-01 21:48:54 (GMT)
committerBarry Warsaw <barry@python.org>2006-01-01 21:48:54 (GMT)
commit538561e4660eb2c15c5a2e71b7cb7e2584e09e4d (patch)
tree193567e16e827d52ccf2e844ad55893e303d02f1 /Misc
parent0f194234dc90b1b2a9949123f3faa974c3910bc7 (diff)
downloadcpython-538561e4660eb2c15c5a2e71b7cb7e2584e09e4d.zip
cpython-538561e4660eb2c15c5a2e71b7cb7e2584e09e4d.tar.gz
cpython-538561e4660eb2c15c5a2e71b7cb7e2584e09e4d.tar.bz2
Ported from 2.4 branch:
Patch by Ori Avtalion to fix a minor display glitch in the RightArrow.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa4a277..2a24e6d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -593,8 +593,9 @@ Library
once when a size argument is given. This prevents a buffer overflow in the
tokenizer with very long source lines.
-- Bug #1083110: ``zlib.decompress.flush()`` would segfault if called immediately
- after creating the object, without any intervening ``.decompress()`` calls.
+- Bug #1083110: ``zlib.decompress.flush()`` would segfault if called
+ immediately after creating the object, without any intervening
+ ``.decompress()`` calls.
- The reconvert.quote function can now emit triple-quoted strings. The
reconvert module now has some simple documentation.
@@ -739,6 +740,8 @@ Tools/Demos
- Patch #1177597: Correct Complex.__init__.
+- Fixed a display glitch in Pynche, which could cause the right arrow to
+ wiggle over by a pixel.
What's New in Python 2.4 final?
===============================