diff options
author | Georg Brandl <georg@python.org> | 2008-01-26 14:03:47 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-26 14:03:47 (GMT) |
commit | 29604a1b4c09ae6efc47fa0f34412168a34aa7dd (patch) | |
tree | c05c39c0e4e1339c485fb3bce5266dec7b2f31d5 /Misc | |
parent | 2a7d991c6c16145d657e4858a4ef3b9147b183a0 (diff) | |
download | cpython-29604a1b4c09ae6efc47fa0f34412168a34aa7dd.zip cpython-29604a1b4c09ae6efc47fa0f34412168a34aa7dd.tar.gz cpython-29604a1b4c09ae6efc47fa0f34412168a34aa7dd.tar.bz2 |
#1940: make it possible to use curses.filter() before curses.initscr()
as the documentation says.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1103,9 +1103,13 @@ Library does not claim to support starttls. Adds the SMTP.ehlo_or_helo_if_needed() method. Patch contributed by Bill Fenner. + Extension Modules ----------------- +- #1940: make it possible to use curses.filter() before curses.initscr() + as the documentation says. + - Backport of _fileio module from Python 3.0. - #1087741: mmap.mmap is now a class, not a factory function. It is also |