diff options
author | Matthias Klose <doko@ubuntu.com> | 2010-07-30 21:40:57 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2010-07-30 21:40:57 (GMT) |
commit | 635edd199030f2c2f7de4369638c4c9a29226219 (patch) | |
tree | d6ca4a9059bd4ddf14d3cee5c14fac48e812b718 /Misc | |
parent | ce126edfd0df77da41b961f85d82d94c450c61f1 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ----- |