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

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


http://hg.python.org/cpython/rev/626c6c7f3af6
changeset:   73401:626c6c7f3af6
parent:      73399:ce483d696c06
parent:      73400:3a0a94797ac5
user:        Petri Lehtinen <petri at digip.org>
date:        Sun Nov 06 09:26:17 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
@@ -377,7 +377,7 @@
 - Byte compilation in packaging is now isolated from the calling Python -B or
   -O options, instead of being disallowed under -B or buggy under -O.
 
-- 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 #13295: http.server now produces valid HTML 4.01 strict.

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


More information about the Python-checkins mailing list