summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2010-07-30 21:40:57 (GMT)
committerMatthias Klose <doko@ubuntu.com>2010-07-30 21:40:57 (GMT)
commit635edd199030f2c2f7de4369638c4c9a29226219 (patch)
treed6ca4a9059bd4ddf14d3cee5c14fac48e812b718 /Misc
parentce126edfd0df77da41b961f85d82d94c450c61f1 (diff)
downloadcpython-635edd199030f2c2f7de4369638c4c9a29226219.zip
cpython-635edd199030f2c2f7de4369638c4c9a29226219.tar.gz
cpython-635edd199030f2c2f7de4369638c4c9a29226219.tar.bz2
- Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e433dd8..2bfebd0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1673,6 +1673,8 @@ Extension Modules
- Issue #7347: winreg: Add CreateKeyEx and DeleteKeyEx, as well as fix a
bug in the return value of QueryReflectionKey.
+- Issue #7567: PyCurses_setupterm: Don't call `setupterm' twice.
+
Build
-----