summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-06-14 16:00:24 +0200
committerMartin v. Löwis <martin@v.loewis.de>2012-06-14 16:00:24 +0200
commitc838ec1f821e7a79838f37c45119ce028e7c4940 (patch)
treed10f4cb63889cbc46b6e1e28203ac06532bfa3c4 /Misc
parent474eb23b7fb0f66315eb975a712433ee8c247e68 (diff)
downloadcpython-git-c838ec1f821e7a79838f37c45119ce028e7c4940.tar.gz
Issue #14936: curses_panel was converted to PEP 3121 API.
Patch by Robin Schreiber.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3b886cc90..ffac5751fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
Library
-------
+- Issue #14936: curses_panel was converted to PEP 3121 API.
+ Patch by Robin Schreiber.
+
- Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields
in struct tm, time.struct_time objects returned by time.gmtime(),
time.localtime() and time.strptime() functions now have tm_zone and