[Python-checkins] cpython (3.2): curses.tparm() is expecting a byte string, not curses.tigetstr()

petri.lehtinen python-checkins at python.org
Sun Nov 6 08:31:00 CET 2011


http://hg.python.org/cpython/rev/3a0a94797ac5
changeset:   73400:3a0a94797ac5
branch:      3.2
parent:      73397:a09677cb4831
user:        Petri Lehtinen <petri at digip.org>
date:        Sun Nov 06 09:24:19 2011 +0200
summary:
  curses.tparm() is expecting a byte string, not curses.tigetstr()

Issue #10570

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -88,7 +88,7 @@
 - Issue #13339: Fix compile error in posixmodule.c due to missing semicolon.
   Thanks to Robert Xiao.
 
-- Issue #10570: curses.putp() and curses.tigetstr() are now expecting a byte
+- Issue #10570: curses.putp() and curses.tparm() are now expecting a byte
   string, instead of a Unicode string.
 
 - Issue #2892: preserve iterparse events in case of SyntaxError.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list